__Array 类 |
命名空间: XSharp
[SerializableAttribute] CLASS __Array INHERIT ARRAY OF<USUAL>, IMPLEMENTS IIndexer, ISerializable
__Array 类型公开以下成员。
名称 | 说明 | |
---|---|---|
__Array | Create an empty array | |
__Array(IEnumerableObject) | 初始化 __Array 类的一个新实例 | |
__Array(Object) | Create an array and fill it with elements from an existing .Net array of objects. Note that the objects must be of the right type. | |
__Array(UInt32) | Create an array with a certain capacity. | |
__Array(IEnumerable__Usual) | 初始化 __Array 类的一个新实例 | |
__Array(__Usual) | Create an array and fill it with elements from an existing .Net array of USUALS | |
__Array(SerializationInfo, StreamingContext) | 从序列化数据构造一个值 | |
__Array(UInt32, Boolean) | Create an array with a certain capacity and specify if it should be filled with default values. |
名称 | 说明 | |
---|---|---|
Count | (继承自 __ArrayBaseT。) | |
DefaultValue | (重写 DefaultValue.) | |
IsEmpty | (继承自 __ArrayBaseT。) | |
ItemInt32 | 使用零为基础的数组索引来获取/设置数组元素。 | |
ItemInt32 | 使用零为基础的数组索引来获取/设置数组元素。 | |
ItemInt32, Int32 | 使用零为基础的数组索引来获取/设置数组元素。 | |
ItemInt32, String | 使用零为基础的数组索引来获取/设置数组元素。 (继承自 __ArrayBaseT。) | |
Length | Length of the array. (继承自 __ArrayBaseT。) | |
Locked | (继承自 __ArrayBaseT。) |
名称 | 说明 | |
---|---|---|
Add | (继承自 __ArrayBaseT。) | |
GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (重写 GetObjectData(SerializationInfo, StreamingContext).) | |
ToString | Returns a string that represents the current object. (继承自 __ArrayBaseT。) |
名称 | 说明 | |
---|---|---|
IEnumerableTGetEnumerator | Returns an enumerator that iterates through the collection. (继承自 __ArrayBaseT。) | |
IEnumerableGetEnumerator | Returns an enumerator that iterates through a collection. (继承自 __ArrayBaseT。) |