点击或拖拽改变大小

__ArrayBaseT 构造函数

X#
重载列表
  名称说明
公共方法__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.
Top
参见