MutationObserverInit.Add
Add(KeyValuePair<string, object>)
Agrega un elemento alMutationObserverInitcolección.
public void Add(KeyValuePair<string, object> item)
| Parámetro | Escribe | Descripción |
|---|---|---|
| item | KeyValuePair`2 | El elemento a agregar. |
Ver también
- class MutationObserverInit
- espacio de nombres Aspose.Html.Dom.Mutations
- asamblea Aspose.HTML
Add(string, object)
Agrega la clave y el valor especificados alMutationObserverInitcolección.
public void Add(string key, object value)
| Parámetro | Escribe | Descripción |
|---|---|---|
| key | String | La clave del elemento a agregar. |
| value | Object | El valor del elemento a agregar. |
Ver también
- class MutationObserverInit
- espacio de nombres Aspose.Html.Dom.Mutations
- asamblea Aspose.HTML