Swiss Army Knife
General utility tools for Scada Minds
|
This is the complete list of members for SameValueDictionary< TKey, TValue >, including all inherited members.
Add(KeyValuePair< TKey, TValue > item) | SameValueDictionary< TKey, TValue > | inline |
Add(TKey key, TValue value) | SameValueDictionary< TKey, TValue > | inline |
Clear() | SameValueDictionary< TKey, TValue > | |
Contains(KeyValuePair< TKey, TValue > item) | SameValueDictionary< TKey, TValue > | |
ContainsKey(TKey key) | SameValueDictionary< TKey, TValue > | |
CopyTo(KeyValuePair< TKey, TValue >[] array, int arrayIndex) | SameValueDictionary< TKey, TValue > | |
Count | SameValueDictionary< TKey, TValue > | |
GetEnumerator() | SameValueDictionary< TKey, TValue > | |
IsReadOnly | SameValueDictionary< TKey, TValue > | |
Keys | SameValueDictionary< TKey, TValue > | |
Remove(KeyValuePair< TKey, TValue > item) | SameValueDictionary< TKey, TValue > | |
Remove(TKey key) | SameValueDictionary< TKey, TValue > | |
SameValueDictionary(TValue returnedValue) | SameValueDictionary< TKey, TValue > | |
this[TKey key] | SameValueDictionary< TKey, TValue > | |
TryGetValue(TKey key, out TValue value) | SameValueDictionary< TKey, TValue > | inline |
Values | SameValueDictionary< TKey, TValue > |