Method GetRange
GetRange(int, int)
Creates a shallow copy of a range of elements in the source list.
Declaration
public List<TValue> GetRange(int index, int count)
Parameters
| Type | Name | Description |
|---|---|---|
| int | index | |
| int | count |
Returns
| Type | Description |
|---|---|
| List<TValue> |