Method | Description | |
---|---|---|
Add ( object key, object value ) : void | ||
Clear ( ) : void | ||
Contains ( object key ) : bool | ||
CopyTo ( Array array, int index ) : void | ||
GetEnumerator ( ) : IDictionaryEnumerator | ||
Remove ( object key ) : void | ||
ThrowingDictionary ( int throwAt ) : System | ||
this ( object key ) : object |
Method | Description | |
---|---|---|
IEnumerable ( ) : IEnumerator |
public Add ( object key, object value ) : void | ||
key | object | |
value | object | |
return | void |
public CopyTo ( Array array, int index ) : void | ||
array | Array | |
index | int | |
return | void |
public GetEnumerator ( ) : IDictionaryEnumerator | ||
return | IDictionaryEnumerator |
public ThrowingDictionary ( int throwAt ) : System | ||
throwAt | int | |
return | System |