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