Click or drag to resize

RankedSetTReverse Method

Returns an IEnumerable that iterates thru the set in reverse order.

Namespace:  Kaos.Collections
Assembly:  KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntax
C#
public RankedSetTEnumerator Reverse()

Return Value

Type: RankedSetTEnumerator
An enumerator that reverse iterates thru the set.
Exceptions
ExceptionCondition
InvalidOperationExceptionWhen the set was modified after the enumerator was created.
See Also