Add

DestinationCollection.Add method

Agrega el elemento especificado. La colección es de solo lectura. Siempre arroja la excepción NotSupportedException.

public void Add(KeyValuePair<string, object> item)
ParámetroEscribeDescripción
itemKeyValuePair`2El objeto.

Excepciones

excepcióncondición
NotSupportedException

Ver también