Click or drag to resize
Wizard .NET Library

EventedList<T>.Reverse Method (Int32, Int32)

Reverses the order of the elements in the specified range.

Namespace:  System.Collections.Generic
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
public void Reverse(
	int index,
	int count
)
Request Example View Source

Parameters

index
Type: System.Int32
The zero-based starting index of the range of elements to reverse.
count
Type: System.Int32
The number of elements to reverse.
See Also