Add(TKey key, TValue value) | ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue > | |
Add(KeyValuePair< TKey, TValue > item) | ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue > | |
Add(object key, object value) | ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue > | |
AsReadOnly(IDictionary< TKey, TValue > dictionaryToWrap) | ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue > | static |
Clear() | ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue > | |
Contains(KeyValuePair< TKey, TValue > item) | ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue > | |
Contains(object key) | ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue > | |
ContainsKey(TKey key) | ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue > | |
CopyTo(KeyValuePair< TKey, TValue >[] array, int arrayIndex) | ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue > | |
CopyTo(Array array, int index) | ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue > | |
Count | ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue > | |
GetEnumerator() | ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue > | private |
GetEnumerator() | ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue > | private |
GetEnumerator() | ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue > | |
GetObjectData(SerializationInfo info, StreamingContext context) | ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue > | |
IsFixedSize | ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue > | |
IsReadOnly | ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue > | |
IsSynchronized | ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue > | |
Keys | ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue > | private |
Keys | ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue > | |
m_dictionary | ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue > | private |
m_dictionaryTyped | ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue > | private |
OnDeserialization(object sender) | ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue > | |
ReadOnlyDictionary(IDictionary< TKey, TValue > dictionaryToWrap) | ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue > | |
Remove(TKey key) | ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue > | |
Remove(KeyValuePair< TKey, TValue > item) | ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue > | |
Remove(object key) | ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue > | |
SyncRoot | ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue > | |
this[object key] | ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue > | |
this[TKey key] | ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue > | |
TryGetValue(TKey key, out TValue value) | ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue > | |
Values | ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue > | private |
Values | ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue > | |