MutationObserverInit.Add

Add(KeyValuePair<string, object>)

Adds an element to the MutationObserverInit collection.

public void Add(KeyValuePair<string, object> item)
ParameterTypeDescription
itemKeyValuePair`2The item to add.

See Also


Add(string, object)

Adds the specified key and value to the MutationObserverInit collection.

public void Add(string key, object value)
ParameterTypeDescription
keyStringThe key of the element to add.
valueObjectThe value of the element to add.

See Also