Click or drag to resize

JSONClassAdd Method (String, JSONNode)

Namespace:  Nova.Utilities
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public override void Add(
	string aKey,
	JSONNode aItem
)

Parameters

aKey
Type: SystemString
aItem
Type: Nova.UtilitiesJSONNode
See Also