Space Engineers
Public Member Functions | Properties | List of all members
VRage.Collections.MySinglyLinkedList< V >.Enumerator Struct Reference
Inheritance diagram for VRage.Collections.MySinglyLinkedList< V >.Enumerator:

Public Member Functions

 Enumerator (MySinglyLinkedList< V > parentList)
 
void Dispose ()
 
bool MoveNext ()
 
RemoveCurrent ()
 
void InsertBeforeCurrent (V toInsert)
 
void Reset ()
 

Properties

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

Detailed Description

Definition at line 23 of file MySinglyLinkedList.cs.

Constructor & Destructor Documentation

VRage.Collections.MySinglyLinkedList< V >.Enumerator.Enumerator ( MySinglyLinkedList< V >  parentList)
inline

Definition at line 29 of file MySinglyLinkedList.cs.

Member Function Documentation

void VRage.Collections.MySinglyLinkedList< V >.Enumerator.Dispose ( )
inline

Definition at line 46 of file MySinglyLinkedList.cs.

void VRage.Collections.MySinglyLinkedList< V >.Enumerator.InsertBeforeCurrent ( toInsert)
inline

Definition at line 103 of file MySinglyLinkedList.cs.

bool VRage.Collections.MySinglyLinkedList< V >.Enumerator.MoveNext ( )
inline

Definition at line 53 of file MySinglyLinkedList.cs.

V VRage.Collections.MySinglyLinkedList< V >.Enumerator.RemoveCurrent ( )
inline

Definition at line 74 of file MySinglyLinkedList.cs.

void VRage.Collections.MySinglyLinkedList< V >.Enumerator.Reset ( )
inline

Definition at line 138 of file MySinglyLinkedList.cs.

Property Documentation

V VRage.Collections.MySinglyLinkedList< V >.Enumerator.Current
get

Definition at line 37 of file MySinglyLinkedList.cs.

object System.Collections.IEnumerator. VRage.Collections.MySinglyLinkedList< V >.Enumerator.Current
get

Definition at line 49 of file MySinglyLinkedList.cs.

bool VRage.Collections.MySinglyLinkedList< V >.Enumerator.HasCurrent
get

Definition at line 42 of file MySinglyLinkedList.cs.


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