IIndexer 接口 | |
This interface is used to index a collection using the VO Array syntax.
The interface is implemented by the ARRAY type in the runtime, but you can also use it for your custom types.
命名空间:
XSharp
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 public interface IIndexer
属性 备注
这个类型的索引器是基于零的,但是在你的 PRG 代码中,你可以使用一为基础的数组索引。
当编译器检测到对实现了这个接口的类的索引操作时,编译器会自动 调整索引(减去一),除非启用了/az编译器选项。
参见