Reverses the order of the elements in the specified range.
Namespace:
Classless.Hasher
Assembly:
Classless.Hasher (in Classless.Hasher.dll) Version: 0.8.3649.33599
Syntax
C# |
---|
public void Reverse(
int index,
int count
) |
Visual Basic (Declaration) |
---|
Public Sub Reverse ( _
index As Integer, _
count As Integer _
) |
Visual C++ |
---|
public:
void Reverse(
int index,
int count
) |
Parameters
- index
- Type: System..::.Int32
The zero-based starting index of the range to reverse.
- count
- Type: System..::.Int32
The number of elements in the range to reverse.
See Also