First Property

Json.NET

Json.NET - Quick Starts & API Documentation First Property
NamespacesNewtonsoft.Json.LinqJTokenFirst
Get the first child token of this token.
Declaration Syntax
C# Visual Basic Visual C++
public virtual JToken First { get; }
Public Overridable ReadOnly Property First As JToken
	Get
public:
virtual property JToken^ First {
	JToken^ get ();
}
Value
A JToken containing the first child token of the JToken.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)