[]
Creates a shallow copy of a range of elements in the source StructList<T>.
public StructList<T> GetRange(int index, int count)
Public Function GetRange(index As Integer, count As Integer) As StructList(Of T)
| Type | Name | Description |
|---|---|---|
| int | index | The zero-based StructList<T> index at which the range starts. |
| int | count | The number of elements in the range. |
| Type | Description |
|---|---|
| StructList<T> | A shallow copy of a range of elements in the source StructList<T>. |