MutationObserverInit.CopyTo

MutationObserverInit.CopyTo method

Copies the MutationObserverInit elements to an existing one-dimensional array, starting at the specified array index.

public void CopyTo(KeyValuePair<string, object>[] array, int arrayIndex)
ParameterTypeDescription
arrayKeyValuePair`2[]Destination array.
arrayIndexInt32The array index to start at.

See Also