Barotrauma Client
|
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] |
Barotrauma.ListDictionary< TKey, TValue >.ListDictionary | ( | IReadOnlyList< TValue > | list, |
int | len, | ||
Func< int, TKey > | keyFunc ) |
bool Barotrauma.ListDictionary< TKey, TValue >.ContainsKey | ( | TKey | key | ) |
IEnumerator< KeyValuePair< TKey, TValue > > Barotrauma.ListDictionary< TKey, TValue >.GetEnumerator | ( | ) |
bool Barotrauma.ListDictionary< TKey, TValue >.TryGetValue | ( | TKey | key, |
out TValue | value ) |
|
get |
|
get |
|
get |
|
get |