Enhanced C#
Language of your choice: library documentation

Documentation moved to ecsharp.net

GitHub doesn't support HTTP redirects, so you'll be redirected in 3 seconds.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Public fields | Properties | Public Member Functions | List of all members
Loyc.Collections.RangeEnumerator< T > Struct Template Reference

Helper struct: enumerates through a forward range (IFRange{T}). More...


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

Remarks

Helper struct: enumerates through a forward range (IFRange{T}).

Public fields

IFRange< T > _range
 
_current
 

Properties

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

Public Member Functions

 RangeEnumerator (IFRange< T > range)
 
bool MoveNext ()
 
void IDisposable. Dispose ()
 
void
System.Collections.IEnumerator. 
Reset ()