Method | Description | |
---|---|---|
Add ( object key, object value ) : void | ||
Clear ( ) : void | ||
Contains ( object key ) : bool | ||
CopyTo ( |
||
Dictionary ( ) : System | ||
Dictionary ( IConvertibleToBsonDocument document ) : System | ||
Dictionary ( object id ) : System | ||
Dispose ( ) : void | ||
GetEnumerator ( ) : IDictionaryEnumerator | ||
Remove ( object key ) : void | ||
ToBsonDocument ( ) : BsonDocument | ||
ToString ( ) : string | ||
this ( object key ) : object |
Method | Description | |
---|---|---|
IEnumerable ( ) : IEnumerator |
public Add ( object key, object value ) : void | ||
key | object | |
value | object | |
return | void |
public CopyTo ( |
||
array | ||
index | int | |
return | void |
public Dictionary ( IConvertibleToBsonDocument document ) : System | ||
document | IConvertibleToBsonDocument | |
return | System |
public GetEnumerator ( ) : IDictionaryEnumerator | ||
return | IDictionaryEnumerator |