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

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 3.5.0.0 (3.5.0.0)