Space Engineers
|
Public Member Functions | |
ArrayEnumerator (T[] array) | |
void | Dispose () |
bool | MoveNext () |
void | Reset () |
Public Attributes | |
T[] | m_array |
int | m_currentIndex |
Properties | |
T | Current [get] |
object IEnumerator. | Current [get] |
Definition at line 10 of file ArrayEnumerator.cs.
|
inline |
Definition at line 15 of file ArrayEnumerator.cs.
|
inline |
Definition at line 26 of file ArrayEnumerator.cs.
|
inline |
Definition at line 37 of file ArrayEnumerator.cs.
|
inline |
Definition at line 43 of file ArrayEnumerator.cs.
T [] VRage.Extensions.ArrayEnumerator< T >.m_array |
Definition at line 12 of file ArrayEnumerator.cs.
int VRage.Extensions.ArrayEnumerator< T >.m_currentIndex |
Definition at line 13 of file ArrayEnumerator.cs.
|
get |
Definition at line 22 of file ArrayEnumerator.cs.
|
get |
Definition at line 29 of file ArrayEnumerator.cs.