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

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

Public fields

int _index
 
int _stopAt
 
Current => _current
 
object System.Collections.IEnumerator. Current => Current
 

Public Member Functions

 Enumerator (T[] array, int startAt, int stopAt)
 
bool MoveNext ()
 
void Dispose ()
 
void Reset ()