Space Engineers
Public Member Functions | Public Attributes | Properties | List of all members
VRage.Library.Collections.MyIndexList< T >.Enumerator Struct Reference
Inheritance diagram for VRage.Library.Collections.MyIndexList< T >.Enumerator:

Public Member Functions

 Enumerator (MyIndexList< T > list)
 
bool MoveNext ()
 
void IDisposable. Dispose ()
 
void System.Collections.IEnumerator. Reset ()
 

Public Attributes

MyIndexList< T > m_list
 
int m_index
 
int m_version
 

Properties

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

Detailed Description

Definition at line 16 of file MyIndexList.cs.

Constructor & Destructor Documentation

VRage.Library.Collections.MyIndexList< T >.Enumerator.Enumerator ( MyIndexList< T >  list)
inline

Definition at line 22 of file MyIndexList.cs.

Member Function Documentation

void IDisposable. VRage.Library.Collections.MyIndexList< T >.Enumerator.Dispose ( )
inline

Definition at line 53 of file MyIndexList.cs.

bool VRage.Library.Collections.MyIndexList< T >.Enumerator.MoveNext ( )
inline

Definition at line 41 of file MyIndexList.cs.

void System.Collections.IEnumerator. VRage.Library.Collections.MyIndexList< T >.Enumerator.Reset ( )
inline

Definition at line 62 of file MyIndexList.cs.

Member Data Documentation

int VRage.Library.Collections.MyIndexList< T >.Enumerator.m_index

Definition at line 19 of file MyIndexList.cs.

Definition at line 18 of file MyIndexList.cs.

int VRage.Library.Collections.MyIndexList< T >.Enumerator.m_version

Definition at line 20 of file MyIndexList.cs.

Property Documentation

T VRage.Library.Collections.MyIndexList< T >.Enumerator.Current
get

Definition at line 30 of file MyIndexList.cs.

object System.Collections.IEnumerator. VRage.Library.Collections.MyIndexList< T >.Enumerator.Current
get

Definition at line 58 of file MyIndexList.cs.


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