__ArrayBaseT 构造函数 |
名称 | 说明 | |
---|---|---|
__ArrayBaseT | Create an empty array | |
__ArrayBaseT(IEnumerableT) | Create an array and fill it with elements from an existing collection. | |
__ArrayBaseT(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. | |
__ArrayBaseT(UInt32) | Create an array with a certain capacity. | |
__ArrayBaseT(T) | Create an array and fill it with elements from an existing .Net array. | |
__ArrayBaseT(SerializationInfo, StreamingContext) | 从序列化数据构造一个值 | |
__ArrayBaseT(UInt32, Boolean) | Create an array with a certain capacity and specify if it should be filled with default values. |