DestinationCollection.Remove

DestinationCollection.Remove method

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

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

Exceptions

exceptioncondition
NotSupportedException

See Also