[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.StructList-1.Reverse

Reverse Method

Reverse()

Reverses the order of the elements in the entire StructList<T>.

Declaration
public void Reverse()
Public Sub Reverse()

Reverse(int, int)

Reverses the order of the elements in the specified range.

Declaration
public void Reverse(int index, int count)
Public Sub Reverse(index As Integer, count As Integer)
Parameters
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.