Barotrauma Client Doc
|
Public Member Functions | |
ListDictionary (IReadOnlyList< TValue > list, int len, Func< int, TKey > keyFunc) | |
IEnumerator< KeyValuePair< TKey, TValue > > | GetEnumerator () |
bool | ContainsKey (TKey key) |
bool | TryGetValue (TKey key, out TValue value) |
Properties | |
int | Count [get] |
TValue | this[TKey key] [get] |
IEnumerable< TKey > | Keys [get] |
IEnumerable< TValue > | Values [get] |
Definition at line 9 of file ListDictionary.cs.
Barotrauma.ListDictionary< TKey, TValue >.ListDictionary | ( | IReadOnlyList< TValue > | list, |
int | len, | ||
Func< int, TKey > | keyFunc | ||
) |
Definition at line 14 of file ListDictionary.cs.
bool Barotrauma.ListDictionary< TKey, TValue >.ContainsKey | ( | TKey | key | ) |
IEnumerator<KeyValuePair<TKey, TValue> > Barotrauma.ListDictionary< TKey, TValue >.GetEnumerator | ( | ) |
Definition at line 26 of file ListDictionary.cs.
bool Barotrauma.ListDictionary< TKey, TValue >.TryGetValue | ( | TKey | key, |
out TValue | value | ||
) |
Definition at line 39 of file ListDictionary.cs.
|
get |
Definition at line 36 of file ListDictionary.cs.
|
get |
Definition at line 52 of file ListDictionary.cs.
|
get |
Definition at line 50 of file ListDictionary.cs.
|
get |
Definition at line 53 of file ListDictionary.cs.