BaseChannelObjectWithProperties.Remove(Object) 方法

定义

public:
 virtual void Remove(System::Object ^ key);
public virtual void Remove (object key);
abstract member Remove : obj -> unit
override this.Remove : obj -> unit
Public Overridable Sub Remove (key As Object)

参数

key
Object

要移除的对象的键。The key of the object to be removed.

实现

例外

调用该方法。The method is called.

注解

不得实现此方法,因为它不适用于 IDictionary 这种情况下使用的方式,并且是因为 IsFixedSize 返回 trueThis method must not be implemented because it does not apply to the way IDictionary is being used in this case, and because IsFixedSize returns true.

适用于