GuardedEnumerator<T>
System.Collections.Generic.IEnumerator<T>
, System.IDisposable
, System.Collections.IEnumerator
object
Current
,System.Collections.IEnumerator.Current
GuardedEnumerator<T>(System.Collections.Generic.IEnumerator<T> enumerator)
Dispose()
,Equals(object obj)
, Inherited from object
,Finalize()
, Inherited from object
,GetHashCode()
, Inherited from object
,GetType()
, Inherited from object
,MemberwiseClone()
, Inherited from object
,MoveNext()
,ToString()
, Inherited from objectF T Current | Access: Read-Only Value:The current item of the wrapped enumerator. Undefined if enumerator is not valid (MoveNext hash been called returning true) |
object System.Collections.IEnumerator.Current | Access: Read-Only |
GuardedEnumerator<T>(System.Collections.Generic.IEnumerator<T> enumerator) |
Create a wrapper around a generic enumerator
|
F void Dispose() | Dispose wrapped enumerator. | ||
F bool MoveNext() |
Move wrapped enumerator to next item, or the first item if
this is the first call to MoveNext.
|