Property this
this[string]
Gets or sets the JSONNode with the specified a key.
Declaration
public override JSONNode this[string aKey] { get; set; }
Parameters
| Type | Name | Description |
|---|---|---|
| string | aKey | a key. |
Property Value
| Type | Description |
|---|---|
| JSONNode | JSONNode. |
Overrides
this[int]
Gets or sets the JSONNode with the specified a index.
Declaration
public override JSONNode this[int aIndex] { get; set; }
Parameters
| Type | Name | Description |
|---|---|---|
| int | aIndex | a index. |
Property Value
| Type | Description |
|---|---|
| JSONNode | JSONNode. |