Last Property

Json.NET

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

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