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

Public Member Functions

 ListReader (List< T > list)
 
ItemAt (int index)
 
int IndexOf (T item)
 
List< T >.Enumerator GetEnumerator ()
 
IEnumerator IEnumerable. GetEnumerator ()
 
IEnumerator< T > IEnumerable< T >. GetEnumerator ()
 

Static Public Member Functions

static implicit operator ListReader< T > (List< T > list)
 

Static Public Attributes

static ListReader< T > Empty = new ListReader<T>(new List<T>(0))
 

Properties

int Count [get]
 
this[int index] [get]
 

Detailed Description

Definition at line 10 of file ListReader.cs.

Constructor & Destructor Documentation

VRage.Collections.ListReader< T >.ListReader ( List< T >  list)
inline

Definition at line 16 of file ListReader.cs.

Member Function Documentation

List<T>.Enumerator VRage.Collections.ListReader< T >.GetEnumerator ( )
inline

Definition at line 46 of file ListReader.cs.

IEnumerator IEnumerable. VRage.Collections.ListReader< T >.GetEnumerator ( )
inline

Definition at line 51 of file ListReader.cs.

IEnumerator<T> IEnumerable<T>. VRage.Collections.ListReader< T >.GetEnumerator ( )
inline

Definition at line 56 of file ListReader.cs.

int VRage.Collections.ListReader< T >.IndexOf ( item)
inline

Definition at line 41 of file ListReader.cs.

T VRage.Collections.ListReader< T >.ItemAt ( int  index)
inline

Definition at line 36 of file ListReader.cs.

static implicit VRage.Collections.ListReader< T >.operator ListReader< T > ( List< T >  list)
inlinestatic

Definition at line 21 of file ListReader.cs.

Member Data Documentation

ListReader<T> VRage.Collections.ListReader< T >.Empty = new ListReader<T>(new List<T>(0))
static

Definition at line 12 of file ListReader.cs.

Property Documentation

int VRage.Collections.ListReader< T >.Count
get

Definition at line 27 of file ListReader.cs.

T VRage.Collections.ListReader< T >.this[int index]
get

Definition at line 32 of file ListReader.cs.


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