Beef Corlib
Public Member Functions | Properties | List of all members
System.Span< T >.Enumerator Struct Reference
Inheritance diagram for System.Span< T >.Enumerator:
System.Collections.IEnumerator< T > System.Collections.IRefEnumerator< T * >

Public Member Functions

 Enumerator (Span< T > list)
 
void Dispose ()
 
bool MoveNext ()
 
void Reset ()
 
Result< T > GetNext ()
 
Result< T * > GetNextRef ()
 
- Public Member Functions inherited from System.Collections.IRefEnumerator< T * >
Result< T > GetNextRef ()
 

Properties

Current [get]
 
ref T CurrentRef [get]
 
int Index [get]
 
int Length [get]