Space Engineers
|
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] |
V | this[K key] [get] |
Definition at line 10 of file DictionaryReader.cs.
|
inline |
Definition at line 16 of file DictionaryReader.cs.
|
inline |
Definition at line 26 of file DictionaryReader.cs.
|
inline |
Definition at line 36 of file DictionaryReader.cs.
|
inline |
Definition at line 49 of file DictionaryReader.cs.
|
inline |
Definition at line 54 of file DictionaryReader.cs.
|
inline |
Definition at line 59 of file DictionaryReader.cs.
|
inlinestatic |
Definition at line 64 of file DictionaryReader.cs.
|
inline |
Definition at line 31 of file DictionaryReader.cs.
|
static |
Definition at line 14 of file DictionaryReader.cs.
|
get |
Definition at line 22 of file DictionaryReader.cs.
|
get |
Definition at line 42 of file DictionaryReader.cs.