MutationObserverInit.Remove
Remove(KeyValuePair<String, object>)
public bool Remove(KeyValuePair<String, object> item)
See Also
- class MutationObserverInit
- package com.aspose.html.Dom.Mutations
- package 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
- package com.aspose.html.Dom.Mutations
- package Aspose.HTML