Click or drag to resize

Array Of<T> Constructor

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