Property | Type | Description | |
---|---|---|---|
System | System.Collections.IEnumerator | ||
System | bool |
Method | Description | |
---|---|---|
Clear ( ) : void | ||
CopyTo ( System array, int index ) : void | ||
GetEnumerator ( ) : System.Collections.IDictionaryEnumerator |
Method | Description | |
---|---|---|
DictionaryBase ( ) | ||
OnClear ( ) : void | ||
OnClearComplete ( ) : void | ||
OnGet ( object key, object currentValue ) : object | ||
OnInsert ( object key, object value ) : void | ||
OnInsertComplete ( object key, object value ) : void | ||
OnRemove ( object key, object value ) : void | ||
OnRemoveComplete ( object key, object value ) : void | ||
OnSet ( object key, object oldValue, object newValue ) : void | ||
OnSetComplete ( object key, object oldValue, object newValue ) : void | ||
OnValidate ( object key, object value ) : void | ||
System ( object key ) : void | ||
System ( object key, object value ) : void | ||
this ( object key ) : objectSystem.Collections.IDictionary. |
Method | Description | |
---|---|---|
System ( ) : System.Collections.IEnumerator | ||
System ( object key ) : bool |
public CopyTo ( System array, int index ) : void | ||
array | System | |
index | int | |
return | void |
public GetEnumerator ( ) : System.Collections.IDictionaryEnumerator | ||
return | System.Collections.IDictionaryEnumerator |
protected OnGet ( object key, object currentValue ) : object | ||
key | object | |
currentValue | object | |
return | object |
protected OnInsert ( object key, object value ) : void | ||
key | object | |
value | object | |
return | void |
protected OnInsertComplete ( object key, object value ) : void | ||
key | object | |
value | object | |
return | void |
protected OnRemove ( object key, object value ) : void | ||
key | object | |
value | object | |
return | void |
protected OnRemoveComplete ( object key, object value ) : void | ||
key | object | |
value | object | |
return | void |
protected OnSet ( object key, object oldValue, object newValue ) : void | ||
key | object | |
oldValue | object | |
newValue | object | |
return | void |
protected OnSetComplete ( object key, object oldValue, object newValue ) : void | ||
key | object | |
oldValue | object | |
newValue | object | |
return | void |
protected OnValidate ( object key, object value ) : void | ||
key | object | |
value | object | |
return | void |
protected System ( object key, object value ) : void | ||
key | object | |
value | object | |
return | void |
protected this ( object key ) : objectSystem.Collections.IDictionary. | ||
key | object | |
return | objectSystem.Collections.IDictionary. |