Array (Constructor) Summary Constructs a System.Array<T> object. Signatures Click on a signature to select it and view its documentation. public Array() public Array(int length) public Array(T[] data) Usage public Array() public Array(int length) public Array(T[] data) Parameters length The size to initialize the array to. Parameters data The array to initialize the System.Array<T> object to. Description Constructs a System.Array<T> object initialized to an empty array. Constructs a System.Array<T> object initialized to an array of the specified size. Constructs a System.Array<T> object initialized to the specified array. Share HTML | BBCode | Direct Link