Dictionary

Undocumented in source.

Constructors

this
this(CaseSensitive cs)
Undocumented in source.

Members

Functions

Add
void Add(TKey key, TValue value)
Undocumented in source. Be warned that the author may not have intended to support it.
Clear
void Clear()
Undocumented in source. Be warned that the author may not have intended to support it.
ContainsKey
bool ContainsKey(TKey key)
Undocumented in source. Be warned that the author may not have intended to support it.
ContainsValue
bool ContainsValue(TValue value)
Undocumented in source. Be warned that the author may not have intended to support it.
Count
size_t Count()
Undocumented in source. Be warned that the author may not have intended to support it.
Keys
TKey[] Keys()
Undocumented in source. Be warned that the author may not have intended to support it.
Remove
bool Remove(TKey key)
Undocumented in source. Be warned that the author may not have intended to support it.
TryGetValue
bool TryGetValue(TKey key, TValue value)
Undocumented in source. Be warned that the author may not have intended to support it.
Values
TValue[] Values()
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(ref TKey key, TValue value) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
TValue opIndex(TKey key)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
TValue opIndexAssign(TValue value, TKey key)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta