WCF-Xtensions Class Reference for Mono
BeforeSelf Method






Returns a collection of the sibling tokens before this token, in document order.
Syntax
'Declaration
 
Public Function BeforeSelf() As System.Collections.Generic.IEnumerable(Of JToken)
'Usage
 
Dim instance As JToken
Dim value As System.Collections.Generic.IEnumerable(Of JToken)
 
value = instance.BeforeSelf()
public System.Collections.Generic.IEnumerable<JToken> BeforeSelf()
public function BeforeSelf(): System.Collections.Generic.IEnumerable; 
public function BeforeSelf() : System.Collections.Generic.IEnumerable;
public: System.Collections.Generic.IEnumerable<JToken*>* BeforeSelf(); 
public:
System.Collections.Generic.IEnumerable<JToken^>^ BeforeSelf(); 

Return Value

A collection of the sibling tokens before this token, in document order.
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