StudyCrafterAssistant
|
Public Member Functions | |
void | Add (string key, ScriptNodeSerializationData value) |
void | Add (KeyValuePair< string, ScriptNodeSerializationData > item) |
void | Clear () |
bool | Contains (KeyValuePair< string, ScriptNodeSerializationData > item) |
bool | ContainsKey (string key) |
void | CopyTo (KeyValuePair< string, ScriptNodeSerializationData >[] array, int arrayIndex) |
IEnumerator< KeyValuePair< string, ScriptNodeSerializationData > > | GetEnumerator () |
bool | Remove (string key) |
bool | Remove (KeyValuePair< string, ScriptNodeSerializationData > item) |
bool | TryGetValue (string key, out ScriptNodeSerializationData value) |
Properties | |
ScriptNodeSerializationData | this[string key] [get, set] |
ICollection< string > | Keys [get] |
ICollection< ScriptNodeSerializationData > | Values [get] |
int | Count [get] |
bool | IsReadOnly [get] |