Add Method
Definition
Add(KeyValuePair<string, object>)
Adds an item to the MetadataDictionary.
public void Add(KeyValuePair<string, object> item)
Parameters
itemKeyValuePair<string, object>The object to add to the MetadataDictionary.
Add(string, object)
Adds an element with the provided key and value to the MetadataDictionary.
public void Add(string key, object value)