[This is preliminary documentation and is subject to change.]
Copies those elements of an array denoted by this section.
| C# |
public T[] From<T>( T[] input )
- T
- The type of elements in the input and returned arrays
- input (array<T>[]()[][])
- The array to copy elements from.
A new array containing the copied elements.
| Exception | Condition |
|---|---|
| ArgumentException | The supplied input array does not fully
contain this Section. |