Click or drag to resize

PropertyBag.Add Method

Adds a property to the PropertyBag.

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.5.0
Syntax
public void Add(
	string key,
	Object value
)

Parameters

key  String
The name of the property to add.
value  Object
The property value.

Implements

IDictionary<TKey, TValue>.Add(TKey, TValue)
See Also