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

Enumerator for FVList; also used by FWList. More...


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

Remarks

Enumerator for FVList; also used by FWList.

Public fields

FVList< T > _tail
 
_current
 

Properties

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

Public Member Functions

 Enumerator (FVList< T > list)
 
 Enumerator (VList< T > list)
 
bool MoveNext ()
 
void Reset ()
 
void Dispose ()