Item Property (index)

Json.NET

Json.NET - Quick Starts & API Documentation Item Property (index)
NamespacesNewtonsoft.Json.LinqJArrayItem[([( Int32])])
Gets or sets the JToken at the specified index.
Declaration Syntax
C# Visual Basic Visual C++
public JToken this[
	int index
] { get; set; }
Public Default Property Item ( _
	index As Integer _
) As JToken
	Get
	Set
public:
virtual property JToken^ default[int index] {
	JToken^ get (int index) sealed;
	void set (int index, JToken^ value) sealed;
}
Parameters
index (Int32)
Value

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)