我正在尝试实现IVector接口,它是Microsoft.VisualC.StlClr命名空间的一部分.它有一个成员函数begin().如果我尝试实现该接口,那么它会抱怨"对象表达式中的意外关键字'begin'".
这是因为begin是一个关键字而我无法使用该名称实现成员函数?
B.
f# identifier keyword
f# ×1
identifier ×1
keyword ×1