MutationObserverInit.Add
Add(KeyValuePair<String, object>)
public void Add(KeyValuePair<String, object> item)
See Also
- class MutationObserverInit
- package com.aspose.html.Dom.Mutations
- package Aspose.HTML
Add(String, object)
Adds the specified key and value to the MutationObserverInit
collection.
public void Add(String key, object value)
Parameter | Type | Description |
---|---|---|
key | String | The key of the element to add. |
value | Object | The value of the element to add. |
See Also
- class MutationObserverInit
- package com.aspose.html.Dom.Mutations
- package Aspose.HTML