Enhanced C#
Language of your choice: library documentation
Public static fields | Properties | Public Member Functions | List of all members
Loyc.Collections.EmptyEnumerator< T > Class Template Reference

Helper class: an empty enumerator. More...


Source file:
Inheritance diagram for Loyc.Collections.EmptyEnumerator< T >:

Remarks

Helper class: an empty enumerator.

Public static fields

static readonly IEnumerator< T > Value = new EmptyEnumerator<T>()
 

Properties

Current [get]
 

Public Member Functions

void Dispose ()
 
bool MoveNext ()
 
void Reset ()