Namespace:
Microsoft.ClearScript
Assembly:
ClearScript.Core (in ClearScript.Core.dll) Version: 7.2.3
Syntaxpublic void Add(
string key,
Object value
)
Public Sub Add (
key As String,
value As Object
)
public:
virtual void Add(
String^ key,
Object^ value
) sealed
abstract Add :
key : string *
value : Object -> unit
override Add :
key : string *
value : Object -> unit
Parameters
- key
- Type: SystemString
The name of the property to add. - value
- Type: SystemObject
The property value.
Implements
IDictionaryTKey, TValueAdd(TKey, TValue)
See Also