MutationObserverInit.Remove

Remove(KeyValuePair<string, object>)

Removes the specified key/value pair from the MutationObserverInit collection.

public bool Remove(KeyValuePair<string, object> item)
ParameterTypeDescription
itemKeyValuePair`2The item to remove.

Return Value

True if successfully removed; otherwise, false.

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