WCF-Xtensions Class Reference for Mono
Last Property (JToken)






Get the last child token of this token.
Syntax
'Declaration
 
Public Overridable ReadOnly Property Last As JToken
'Usage
 
Dim instance As JToken
Dim value As JToken
 
value = instance.Last
public virtual JToken Last {get;}
public read-only property Last: JToken; virtual; 
public function get Last : JToken
public: __property virtual JToken* get_Last();
public:
virtual property JToken^ Last {
   JToken^ get();
}

Property Value

A JToken containing the last child token of the JToken.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

JToken Class
JToken Members

Send Feedback