[]
Reverses the order of the elements in the entire StructList<T>.
public void Reverse()
Public Sub Reverse()
Reverses the order of the elements in the specified range.
public void Reverse(int index, int count)
Public Sub Reverse(index As Integer, count As Integer)
| Type | Name | Description |
|---|---|---|
| int | index | The zero-based starting index of the range to reverse. |
| int | count | The number of elements in the range to reverse. |