ScriptStack 1.0.0
A .NET scripting language
|
Öffentliche Methoden | |
ReadOnlyDictionary (IDictionary< TKey, TValue > dictionaryToWrap) | |
void | Add (TKey key, TValue value) |
bool | ContainsKey (TKey key) |
bool | Remove (TKey key) |
bool | TryGetValue (TKey key, out TValue value) |
void | Add (KeyValuePair< TKey, TValue > item) |
void | Clear () |
bool | Contains (KeyValuePair< TKey, TValue > item) |
void | CopyTo (KeyValuePair< TKey, TValue >[] array, int arrayIndex) |
bool | Remove (KeyValuePair< TKey, TValue > item) |
IEnumerator< KeyValuePair< TKey, TValue > > | GetEnumerator () |
void | Add (object key, object value) |
bool | Contains (object key) |
void | Remove (object key) |
void | CopyTo (Array array, int index) |
void | OnDeserialization (object sender) |
void | GetObjectData (SerializationInfo info, StreamingContext context) |
Öffentliche, statische Methoden | |
static ReadOnlyDictionary< TKey, TValue > | AsReadOnly (IDictionary< TKey, TValue > dictionaryToWrap) |
Propertys | |
ICollection IDictionary. | Keys [get] |
ICollection IDictionary. | Values [get] |
object | this[object key] [get, set] |
ICollection< TKey > | Keys [get] |
ICollection< TValue > | Values [get] |
int | Count [get] |
bool | IsReadOnly [get] |
TValue | this[TKey key] [get, set] |
bool | IsFixedSize [get] |
bool | IsSynchronized [get] |
object | SyncRoot [get] |
Private Methoden | |
IEnumerator IEnumerable. | GetEnumerator () |
IDictionaryEnumerator IDictionary. | GetEnumerator () |
Private Attribute | |
IDictionary< TKey, TValue > | m_dictionaryTyped |
IDictionary | m_dictionary |
ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >.ReadOnlyDictionary | ( | IDictionary< TKey, TValue > | dictionaryToWrap | ) |
Benutzt ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >.m_dictionary und ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >.m_dictionaryTyped.
Wird benutzt von ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >.AsReadOnly().
void ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >.Add | ( | KeyValuePair< TKey, TValue > | item | ) |
Wird benutzt von ScriptStack.Runtime.Script.Scan().
|
static |
void ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >.Clear | ( | ) |
Wird benutzt von ScriptStack.Manager.ClearActiveLocks().
bool ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >.Contains | ( | KeyValuePair< TKey, TValue > | item | ) |
Benutzt ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >.Contains() und ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >.m_dictionaryTyped.
Wird benutzt von ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >.Contains() und ScriptStack.Collections.ReadOnlyICollection< T >.Contains().
bool ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >.Contains | ( | object | key | ) |
bool ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >.ContainsKey | ( | TKey | key | ) |
Benutzt ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >.ContainsKey() und ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >.m_dictionaryTyped.
Wird benutzt von ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >.ContainsKey(), ScriptStack.Manager.IsRegistered(), ScriptStack.Manager.Register(), ScriptStack.Runtime.Script.Scan() und ScriptStack.Manager.UnRegister().
void ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >.CopyTo | ( | KeyValuePair< TKey, TValue >[] | array, |
int | arrayIndex ) |
Benutzt ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >.CopyTo() und ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >.m_dictionaryTyped.
Wird benutzt von ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >.CopyTo() und ScriptStack.Collections.ReadOnlyICollection< T >.CopyTo().
|
private |
|
private |
IEnumerator< KeyValuePair< TKey, TValue > > ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >.GetEnumerator | ( | ) |
Benutzt ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >.GetEnumerator() und ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >.m_dictionaryTyped.
void ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >.GetObjectData | ( | SerializationInfo | info, |
StreamingContext | context ) |
Benutzt ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >.GetObjectData() und ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >.m_dictionaryTyped.
Wird benutzt von ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >.GetObjectData().
void ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >.OnDeserialization | ( | object | sender | ) |
Benutzt ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >.m_dictionaryTyped und ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >.OnDeserialization().
Wird benutzt von ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >.OnDeserialization().
bool ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >.Remove | ( | KeyValuePair< TKey, TValue > | item | ) |
void ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >.Remove | ( | object | key | ) |
bool ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >.Remove | ( | TKey | key | ) |
Wird benutzt von ScriptStack.Manager.UnRegister().
bool ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >.TryGetValue | ( | TKey | key, |
out TValue | value ) |
Benutzt ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >.m_dictionaryTyped und ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >.TryGetValue().
Wird benutzt von ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >.TryGetValue().
|
private |
|
private |
Wird benutzt von ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >.Contains(), ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >.ContainsKey(), ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >.CopyTo(), ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >.GetEnumerator(), ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >.GetObjectData(), ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >.OnDeserialization(), ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >.ReadOnlyDictionary() und ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >.TryGetValue().
|
get |
Wird benutzt von ScriptStack.Runtime.Script.Scan().
|
get |
|
get |
|
get |
|
getprivate |
|
get |
|
get |
|
getprivate |
|
get |