JsonNodeList Constructor

Constructor.

Definition

Namespace: MichaelBrooks.UK.Json
Assembly: JsonDOM (in JsonDOM.dll) Version: 1.0.7
C#
public JsonNodeList(
	JsonNode parentNode
)

Parameters

parentNode  JsonNode
The JsonNode that is the parent for the children held by this object.

Remarks

See Also