ConcurrentCircularCollectionTGetReverseEnumerator Method |
Returns an enumerator that iterates through the collection in reverse order.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public IEnumerator<T> GetReverseEnumerator()
Return Value
Type:
IEnumeratorT
An enumerator that can be used to iterate through the collection in reverse order.
See Also