MutationObserverInit.ContainsKey

MutationObserverInit.ContainsKey method

Determines whether the MutationObserverInit collection contain a specified key.

public bool ContainsKey(string key)
ParameterTypeDescription
keyStringThe key to check.

Return Value

True if the MutationObserverInit contain a specified key; otherwise, false.

See Also