GuardedDirectedEnumerable<T>IEnumerable<T>, System.Collections.IEnumerable, IDirectedEnumerable<T>object, GuardedEnumerable<T>DirectionGuardedDirectedEnumerable<T>(IDirectedEnumerable<T> directedenumerable)Backwards()
,Equals(object obj), Inherited from object
,Finalize(), Inherited from object
,GetEnumerator(), Inherited from GuardedEnumerable<T>
,GetHashCode(), Inherited from object
,GetType(), Inherited from object
,MemberwiseClone(), Inherited from object
,ToString(), Inherited from objectF EnumerationDirection Direction | Access: Read-Only Value:The enumeration direction relative to the original collection. Forwards if same, else Backwards |
GuardedDirectedEnumerable<T>(IDirectedEnumerable<T> directedenumerable) |
Wrap a directed enumerable in a read-only wrapper
|
F IDirectedEnumerable<T> Backwards() |
Get a enumerable that enumerates the wrapped collection in the opposite direction
|