Click or drag to resize
JsonObjectAdd Method (KeyValuePairString, JsonValue)
Adds an item to the collection.

Namespace: Dextronet.Jsonie
Assembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax
protected void Add(
	KeyValuePair<string, JsonValue> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairString, JsonValue
Item to add.

Implements

ICollectionTAdd(T)
See Also