MutationObserverInit.TryGetValue

MutationObserverInit.TryGetValue method

Gets the value associated with the specified key.

public bool TryGetValue(string key, out object value)
ParameterTypeDescription
keyStringThe key of the value to get.
valueObject&When this method returns, contains the value associated with the specified key, if the key is found; otherwise null.

Return Value

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

See Also