JsonObjectItem(Int32) Property
Gets or sets the property at the specified index.
Namespace: KGySoft.JsonAssembly: KGySoft.Json (in KGySoft.Json.dll) Version: 3.0.0
public JsonProperty this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As JsonProperty
Get
Set
public:
virtual property JsonProperty default[int index] {
JsonProperty get (int index) sealed;
void set (int index, JsonProperty value) sealed;
}
abstract Item : JsonProperty with get, set
override Item : JsonProperty with get, set
- index Int32
- The zero-based index of the property to get or set.
JsonPropertyThe element at the specified index.
IListTItemInt32