点击或拖拽改变大小

__Array 类

X#
Internal type that implements the VO Compatible ARRAY type.
This type has methods and properties that normally are never directly called from user code.
继承层次
Object
  __ArrayBase__Usual
    __Array
      __FoxArray

命名空间:  XSharp
程序集:  XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法
[SerializableAttribute]
 CLASS __Array INHERIT ARRAY OF<USUAL>, 
	 IMPLEMENTS IIndexer, ISerializable
查看代码

__Array 类型公开以下成员。

构造函数
属性
  名称说明
公共属性Count (继承自 __ArrayBaseT。)
公共属性DefaultValue (重写 DefaultValue.)
公共属性IsEmpty (继承自 __ArrayBaseT。)
公共属性ItemInt32
使用为基础的数组索引来获取/设置数组元素。
公共属性ItemInt32
使用为基础的数组索引来获取/设置数组元素。
公共属性ItemInt32, Int32
使用为基础的数组索引来获取/设置数组元素。
公共属性ItemInt32, String
使用为基础的数组索引来获取/设置数组元素。
(继承自 __ArrayBaseT。)
公共属性Length
Length of the array.
(继承自 __ArrayBaseT。)
公共属性Locked (继承自 __ArrayBaseT。)
Top
方法
字段
  名称说明
公共字段静态成员FoxArrayHelpers
Top
显式接口实现
备注
这个类型的索引器是基于的,但是在你的 PRG 代码中,你可以使用为基础的数组索引。 当编译器检测到对实现了这个接口的类的索引操作时,编译器会自动 调整索引(减去一),除非启用了/az编译器选项。
参见