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

Public Member Functions

 QueueReader (Queue< T > collection)
 
Queue< T >.Enumerator GetEnumerator ()
 
IEnumerator IEnumerable. GetEnumerator ()
 
IEnumerator< T > IEnumerable< T >. GetEnumerator ()
 

Properties

int Count [get]
 

Detailed Description

Definition at line 9 of file QueueReader.cs.

Constructor & Destructor Documentation

VRage.Collections.QueueReader< T >.QueueReader ( Queue< T >  collection)
inline

Definition at line 18 of file QueueReader.cs.

Member Function Documentation

Queue<T>.Enumerator VRage.Collections.QueueReader< T >.GetEnumerator ( )
inline

Definition at line 23 of file QueueReader.cs.

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

Definition at line 28 of file QueueReader.cs.

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

Definition at line 33 of file QueueReader.cs.

Property Documentation

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

Definition at line 14 of file QueueReader.cs.


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