MutationObserverInit.Add
Add(KeyValuePair<string, object>)
Aggiunge un elemento aMutationObserverInit
collezione.
public void Add(KeyValuePair<string, object> item)
Parametro | Tipo | Descrizione |
---|---|---|
item | KeyValuePair`2 | L’elemento da aggiungere. |
Guarda anche
- class MutationObserverInit
- spazio dei nomi Aspose.Svg.Dom.Mutations
- assemblea Aspose.SVG
Add(string, object)
Aggiunge la chiave e il valore specificati aMutationObserverInit
collezione.
public void Add(string key, object value)
Parametro | Tipo | Descrizione |
---|---|---|
key | String | La chiave dell’elemento da aggiungere. |
value | Object | Il valore dell’elemento da aggiungere. |
Guarda anche
- class MutationObserverInit
- spazio dei nomi Aspose.Svg.Dom.Mutations
- assemblea Aspose.SVG