BaseChannelObjectWithProperties.Add(Object, Object) 方法

定义

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

参数

key
Object

value 参数中的对象关联的键。

value
Object

要相加的值。

实现

例外

调用该方法。

注解

不能实现此方法,因为它不适用于在这种情况下使用的方式 IDictionary ,并且因为 IsFixedSize 返回 true

适用于