__ArrayBaseT 类 |
命名空间: XSharp
[SerializableAttribute] CLASS __ArrayBase<T> IMPLEMENTS INamedIndexer, IEnumerable<T>, IEnumerable, ISerializable
__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. |
名称 | 说明 | |
---|---|---|
Count | ||
DefaultValue | ||
IsEmpty | ||
ItemInt32 | 使用零为基础的数组索引来获取/设置数组元素。 | |
ItemInt32, Int32 | 使用零为基础的数组索引来获取/设置数组元素。 | |
ItemInt32, String | 使用零为基础的数组索引来获取/设置数组元素。 | |
Length | Length of the array. | |
Locked |
名称 | 说明 | |
---|---|---|
Add | ||
GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. | |
ToString | Returns a string that represents the current object. (重写 ToString.) |
名称 | 说明 | |
---|---|---|
(__ArrayBaseT to __Array) | Implicitely convert a typed array to an array of USUALs. | |
(__Array to __ArrayBaseT) | Implicitely convert an array of USUALs to a typed array. Note that the usuals must contain a value of the correct type. | |
(__ArrayBaseT to Object) | Implicitely convert a typed Array to an OBJECT[]. |
名称 | 说明 | |
---|---|---|
MaxT(FuncT, __Currency) | 已重载。 (由 ExtensionMethods 定义。) | |
MaxT(FuncT, __Float) | 已重载。 (由 ExtensionMethods 定义。) | |
MinT(FuncT, __Currency) | 已重载。 (由 ExtensionMethods 定义。) | |
MinT(FuncT, __Float) | 已重载。 (由 ExtensionMethods 定义。) | |
SumT(FuncT, __Currency) | 已重载。 (由 ExtensionMethods 定义。) | |
SumT(FuncT, __Float) | 已重载。 (由 ExtensionMethods 定义。) |
名称 | 说明 | |
---|---|---|
IEnumerableTGetEnumerator | Returns an enumerator that iterates through the collection. | |
IEnumerableGetEnumerator | Returns an enumerator that iterates through a collection. |