MutationObserverInit.Remove

Remove(KeyValuePair<string, object>)

public bool Remove(KeyValuePair<string, object> item)

See Also


Remove(string)

Removes the value associated with the specified key from the MutationObserverInit collection.

public bool Remove(string key)
ParameterTypeDescription
keyStringThe key of the element to remove.

Return Value

True if the element is successfully found and removed; otherwise, false.

See Also