DestinationCollection.Add

DestinationCollection.Add method

Adds the specified item. Collection is read-only. Always throws NotSupportedException exception.

public void Add(KeyValuePair<string, object> item)
ParameterTypeDescription
itemKeyValuePair`2The item.

Exceptions

exceptioncondition
NotSupportedException

See Also