JArrayItem Property (Object) |
[Missing <summary> documentation for "P:Stimulsoft.Base.Json.Linq.JArray.Item(System.Object)"]
Namespace:
Stimulsoft.Base.Json.Linq
Assembly:
Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax public override JToken this[
Object key
] { get; set; }
Public Overrides Default Property Item (
key As Object
) As JToken
Get
Set
Parameters
- key
- Type: SystemObject
Property Value
Type:
JTokenSee Also