MutationObserverInit.Remove
Remove(KeyValuePair<string, object>)
public bool Remove(KeyValuePair<string, object> item)
See Also
- class MutationObserverInit
- namespace Aspose.Html.Dom.Mutations
- assembly Aspose.HTML
Remove(string)
Removes the value associated with the specified key from the MutationObserverInit
collection.
public bool Remove(string key)
Parameter | Type | Description |
---|---|---|
key | String | The key of the element to remove. |
Return Value
True if the element is successfully found and removed; otherwise, false.
See Also
- class MutationObserverInit
- namespace Aspose.Html.Dom.Mutations
- assembly Aspose.HTML