[This is preliminary documentation and is subject to change.]

Get the last child token of this token.

Namespace:  Facebook.Json.Linq
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public virtual JToken Last { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property Last As JToken
Visual C++
public:
virtual property JToken^ Last {
	JToken^ get ();
}

Field Value

A JToken containing the last child token of the JToken.

See Also

JToken Class
Facebook.Json.Linq Namespace