MutationObserverInit Methods |
The MutationObserverInit type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add(KeyValuePairString, Object) |
Adds an element to the MutationObserverInit collection.
|
![]() | Add(String, Object) |
Adds the specified key and value to the MutationObserverInit collection.
|
![]() | Clear |
Removes all the elements from the MutationObserverInit collection.
|
![]() | Contains |
Determines whether the MutationObserverInit contain the specified key/value pair.
|
![]() | ContainsKey |
Determines whether the MutationObserverInit collection contain a specified key.
|
![]() | CopyTo |
Copies the MutationObserverInit elements to an existing one-dimensional array, starting at the specified array index.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the MutationObserverInit elements.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Remove(KeyValuePairString, Object) |
Removes the specified key/value pair from the MutationObserverInit collection.
|
![]() | Remove(String) |
Removes the value associated with the specified key from the MutationObserverInit collection.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryGetValue |
Gets the value associated with the specified key.
|