Click or drag to resize

Array OfT Constructor

X#
Overload List
  NameDescription
Public methodArray OfT
Create an empty array
Public methodArray OfT(IEnumerableT)
Create an array and fill it with elements from an existing collection.
Public methodArray OfT(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.
Public methodArray OfT(DWord)
Create an array with a certain capacity.
Public methodArray OfT(T)
Create an array and fill it with elements from an existing .Net array.
Public methodArray OfT(SerializationInfo, StreamingContext)
Construct a value from serialized data
Public methodArray OfT(DWord, Logic)
Create an array with a certain capacity and specify if it should be filled with default values.
Top
See Also