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

Public Member Functions

 DictionaryReader (Dictionary< K, V > collection)
 
bool ContainsKey (K key)
 
bool TryGetValue (K key, out V value)
 
int Count ()
 
Dictionary< K, V >.Enumerator GetEnumerator ()
 
IEnumerator IEnumerable. GetEnumerator ()
 
IEnumerator< KeyValuePair< K, V > > IEnumerable< KeyValuePair< K, V > >. GetEnumerator ()
 

Static Public Member Functions

static implicit operator DictionaryReader< K, V > (Dictionary< K, V > v)
 

Static Public Attributes

static readonly DictionaryReader< K, V > Empty = default(DictionaryReader<K, V>)
 

Properties

bool HasValue [get]
 
this[K key] [get]
 

Detailed Description

Definition at line 10 of file DictionaryReader.cs.

Constructor & Destructor Documentation

VRage.Collections.DictionaryReader< K, V >.DictionaryReader ( Dictionary< K, V >  collection)
inline

Definition at line 16 of file DictionaryReader.cs.

Member Function Documentation

bool VRage.Collections.DictionaryReader< K, V >.ContainsKey ( key)
inline

Definition at line 26 of file DictionaryReader.cs.

int VRage.Collections.DictionaryReader< K, V >.Count ( )
inline

Definition at line 36 of file DictionaryReader.cs.

Dictionary<K, V>.Enumerator VRage.Collections.DictionaryReader< K, V >.GetEnumerator ( )
inline

Definition at line 49 of file DictionaryReader.cs.

IEnumerator IEnumerable. VRage.Collections.DictionaryReader< K, V >.GetEnumerator ( )
inline

Definition at line 54 of file DictionaryReader.cs.

IEnumerator<KeyValuePair<K, V> > IEnumerable<KeyValuePair<K, V> >. VRage.Collections.DictionaryReader< K, V >.GetEnumerator ( )
inline

Definition at line 59 of file DictionaryReader.cs.

static implicit VRage.Collections.DictionaryReader< K, V >.operator DictionaryReader< K, V > ( Dictionary< K, V >  v)
inlinestatic

Definition at line 64 of file DictionaryReader.cs.

bool VRage.Collections.DictionaryReader< K, V >.TryGetValue ( key,
out V  value 
)
inline

Definition at line 31 of file DictionaryReader.cs.

Member Data Documentation

readonly DictionaryReader<K, V> VRage.Collections.DictionaryReader< K, V >.Empty = default(DictionaryReader<K, V>)
static

Definition at line 14 of file DictionaryReader.cs.

Property Documentation

bool VRage.Collections.DictionaryReader< K, V >.HasValue
get

Definition at line 22 of file DictionaryReader.cs.

V VRage.Collections.DictionaryReader< K, V >.this[K key]
get

Definition at line 42 of file DictionaryReader.cs.


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