点击或拖拽改变大小

IIndexedProperties 接口

X#
This interface can be used to access any object with an indexer. This is mostly used for elements inside typed arrays of the 'ARRAY OF' class. If you implement the interface on the elements you can use an array syntax to assess fields/properties in the elements of the array by name or ordinal.

命名空间:  XSharp
程序集:  XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法
 INTERFACE IIndexedProperties
属性
备注
这个类型的索引器是基于的,但是在你的 PRG 代码中,你可以使用为基础的数组索引。 当编译器检测到对实现了这个接口的类的索引操作时,编译器会自动 调整索引(减去一),除非启用了/az编译器选项。
参见