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

Public Member Functions

 HashSetReader (HashSet< T > set)
 
bool Contains (T item)
 
HashSet< T >.Enumerator GetEnumerator ()
 
IEnumerator IEnumerable. GetEnumerator ()
 
IEnumerator< T > IEnumerable< T >. GetEnumerator ()
 

Static Public Member Functions

static implicit operator HashSetReader< T > (HashSet< T > v)
 

Properties

bool IsValid [get]
 
int Count [get]
 

Detailed Description

Definition at line 11 of file HashSetReader.cs.

Constructor & Destructor Documentation

VRage.Collections.HashSetReader< T >.HashSetReader ( HashSet< T >  set)
inline

Definition at line 15 of file HashSetReader.cs.

Member Function Documentation

bool VRage.Collections.HashSetReader< T >.Contains ( item)
inline

Definition at line 39 of file HashSetReader.cs.

HashSet<T>.Enumerator VRage.Collections.HashSetReader< T >.GetEnumerator ( )
inline

Definition at line 44 of file HashSetReader.cs.

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

Definition at line 49 of file HashSetReader.cs.

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

Definition at line 54 of file HashSetReader.cs.

static implicit VRage.Collections.HashSetReader< T >.operator HashSetReader< T > ( HashSet< T >  v)
inlinestatic

Definition at line 21 of file HashSetReader.cs.

Property Documentation

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

Definition at line 32 of file HashSetReader.cs.

bool VRage.Collections.HashSetReader< T >.IsValid
get

Definition at line 27 of file HashSetReader.cs.


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