Space Engineers
|
Public Member Functions | |
DictionaryValuesReader (Dictionary< K, V > collection) | |
bool | TryGetValue (K key, out V result) |
Dictionary< K, V >.ValueCollection.Enumerator | GetEnumerator () |
IEnumerator IEnumerable. | GetEnumerator () |
IEnumerator< V > IEnumerable< V >. | GetEnumerator () |
Static Public Member Functions | |
static implicit | operator DictionaryValuesReader< K, V > (Dictionary< K, V > v) |
Properties | |
int | Count [get] |
V | this[K key] [get] |
Definition at line 70 of file DictionaryReader.cs.
|
inline |
Definition at line 74 of file DictionaryReader.cs.
|
inline |
Definition at line 97 of file DictionaryReader.cs.
|
inline |
Definition at line 102 of file DictionaryReader.cs.
|
inline |
Definition at line 107 of file DictionaryReader.cs.
|
inlinestatic |
Definition at line 112 of file DictionaryReader.cs.
|
inline |
Definition at line 92 of file DictionaryReader.cs.
|
get |
Definition at line 80 of file DictionaryReader.cs.
|
get |
Definition at line 85 of file DictionaryReader.cs.