MutationObserverInit.Add
Add(KeyValuePair<string, object>)
Aggiunge un elemento aMutationObserverInitcollezione.
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.Html.Dom.Mutations
- assemblea Aspose.HTML
Add(string, object)
Aggiunge la chiave e il valore specificati aMutationObserverInitcollezione.
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.Html.Dom.Mutations
- assemblea Aspose.HTML