Enhanced C#
Language of your choice: library documentation
Public fields | Properties | Public Member Functions | List of all members
Loyc.Collections.Set< T >.Enumerator Struct Reference

Enumerator for MSet<T>. More...


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

Remarks

Enumerator for MSet<T>.

This is a wrapper of Impl.InternalSet<T>.Enumerator that blocks editing functionality.

Public fields

InternalSet< T >.Enumerator _e
 

Properties

Current [get]
 
object System.Collections.IEnumerator. Current [get]
 

Public Member Functions

bool MoveNext ()
 
void IDisposable. Dispose ()
 
void System.Collections.IEnumerator. Reset ()