MutationObserverInit.Add

Add(KeyValuePair<string, object>)

public void Add(KeyValuePair<string, object> item)

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