Adds the specified key and value to the collection.
Namespace: Nemiro.OAuthAssembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax
Parameters
- key
- Type: System String
The key of the element to add.
- value
- Type: Nemiro.OAuth UniValue
The value of the element to add.
Implements
IDictionary TKey, TValue Add(TKey, TValue)See Also