IDictionary

Undocumented in source.

Members

Functions

Add
void Add(TKey key, TValue value)
Undocumented in source.
ContainsKey
bool ContainsKey(TKey key)
Undocumented in source.
Keys
TKey[] Keys()
Undocumented in source.
Remove
bool Remove(TKey key)
Undocumented in source.
TryGetValue
bool TryGetValue(TKey key, TValue value)
Undocumented in source.
Values
TValue[] Values()
Undocumented in source.
opIndex
TValue opIndex(TKey key)
Undocumented in source.
opIndexAssign
TValue opIndexAssign(TValue value, TKey key)
Undocumented in source.

Meta