Click or drag to resize
JsonDataItem Property (Int32)

[Missing <summary> documentation for "P:X3Platform.Json.JsonData.Item(System.Int32)"]

Namespace: X3Platform.Json
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public JsonData this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32

Property Value

Type: JsonData
See Also