Click or drag to resize
BigListTReverse Method (Int32, Int32)
Reverses the items in the range of count items starting from start, in place.

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
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