[]
        
(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()

Reverse(int, int)

Reverses the order of the elements in the specified range.

Declaration
public void Reverse(int index, int count)
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.