Space Engineers
Public Member Functions | Public Attributes | Properties | List of all members
VRage.Extensions.ArrayEnumerator< T > Struct Template Reference
Inheritance diagram for VRage.Extensions.ArrayEnumerator< T >:

Public Member Functions

 ArrayEnumerator (T[] array)
 
void Dispose ()
 
bool MoveNext ()
 
void Reset ()
 

Public Attributes

T[] m_array
 
int m_currentIndex
 

Properties

Current [get]
 
object IEnumerator. Current [get]
 

Detailed Description

Definition at line 10 of file ArrayEnumerator.cs.

Constructor & Destructor Documentation

Definition at line 15 of file ArrayEnumerator.cs.

Member Function Documentation

void VRage.Extensions.ArrayEnumerator< T >.Dispose ( )
inline

Definition at line 26 of file ArrayEnumerator.cs.

bool VRage.Extensions.ArrayEnumerator< T >.MoveNext ( )
inline

Definition at line 37 of file ArrayEnumerator.cs.

void VRage.Extensions.ArrayEnumerator< T >.Reset ( )
inline

Definition at line 43 of file ArrayEnumerator.cs.

Member Data Documentation

Definition at line 12 of file ArrayEnumerator.cs.

int VRage.Extensions.ArrayEnumerator< T >.m_currentIndex

Definition at line 13 of file ArrayEnumerator.cs.

Property Documentation

Definition at line 22 of file ArrayEnumerator.cs.

object IEnumerator. VRage.Extensions.ArrayEnumerator< T >.Current
get

Definition at line 29 of file ArrayEnumerator.cs.


The documentation for this struct was generated from the following file: