MutationObserverInit.Add

Add(KeyValuePair<string, object>)

Aggiunge un elemento aMutationObserverInitcollezione.

public void Add(KeyValuePair<string, object> item)
ParametroTipoDescrizione
itemKeyValuePair`2L’elemento da aggiungere.

Guarda anche


Add(string, object)

Aggiunge la chiave e il valore specificati aMutationObserverInitcollezione.

public void Add(string key, object value)
ParametroTipoDescrizione
keyStringLa chiave dell’elemento da aggiungere.
valueObjectIl valore dell’elemento da aggiungere.

Guarda anche