JsonDataItem Property (Int32) |
[Missing <summary> documentation for "P:X3Platform.Json.JsonData.Item(System.Int32)"]
Namespace: X3Platform.JsonAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic JsonData this[
int index
] { get; set; }
public:
property JsonData^ default[int index] {
JsonData^ get (int index);
void set (int index, JsonData^ value);
}
Parameters
- index
- Type: SystemInt32
Property Value
Type:
JsonData
See Also