__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. |