Click or drag to resize

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; }

Parameters

key
Type: SystemObject

Property Value

Type: JToken
See Also