Remove

Remove(KeyValuePair<string, object>)

MutationObserverInit集合.

public bool Remove(KeyValuePair<string, object> item)
范围类型描述
itemKeyValuePair`2要删除的项目。

返回值

如果成功删除,则为真;否则为假。

也可以看看


Remove(string)

MutationObserverInit集合.

public bool Remove(string key)
范围类型描述
keyString要删除的元素的键。

返回值

如果元素被成功找到并移除,则为真;否则为假。

也可以看看