BigListTReverse Method (Int32, Int32) |
Reverses the items in the range of count items starting from start, in place.
Namespace: X3Platform.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic void Reverse(
int start,
int count
)
public:
void Reverse(
int start,
int count
)
Parameters
- start
- Type: SystemInt32
The starting index of the range to reverse. - count
- Type: SystemInt32
The number of items in range to reverse.
See Also