Reverses the order of the elements in the specified range.
Namespace: Classless.HasherAssembly: Classless.Hasher (in Classless.Hasher.dll) Version: 0.9.4179.24336
Syntax
C# |
---|
public void Reverse( int index, int count ) |
Visual Basic |
---|
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.