Click or drag to resize

CircularCollectionTReverseEnumerate Method

Enumerates this instance in reverse order.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public IEnumerable<T> ReverseEnumerate()

Return Value

Type: IEnumerableT
A list of items.
See Also