BaseChannelObjectWithProperties.Remove(Object) Method

Definition

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)

Parameters

key
Object

The key of the object to be removed.

Implements

Exceptions

The method is called.

Remarks

This 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.

Applies to