Click or drag to resize

RankedBagTReverse Method

Returns an IEnumerable that iterates thru the bag in reverse sort order.

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

Return Value

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