ModelItemDictionary.IDictionary.Remove(Object) 方法

定义

IDictionary 中移除带有指定键的元素。

 virtual void System.Collections.IDictionary.Remove(System::Object ^ key) = System::Collections::IDictionary::Remove;
void IDictionary.Remove (object key);
abstract member System.Collections.IDictionary.Remove : obj -> unit
override this.System.Collections.IDictionary.Remove : obj -> unit
Sub Remove (key As Object) Implements IDictionary.Remove

参数

key
Object

要移除的元素的键。

实现

注解

如果 IDictionary 对象不包含具有指定键的元素,则 IDictionary 保持不变。 不会引发异常。

适用于