Property Item
Item[Int32]
Indexer for the JSON Arary
Declaration
JsonValueBase this[int index] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System. |
index |
Property Value
Type | Description |
---|---|
Json |
JSON value on that index |
Indexer for the JSON Arary
JsonValueBase this[int index] { get; set; }
Type | Name | Description |
---|---|---|
System. |
index |
Type | Description |
---|---|
Json |
JSON value on that index |