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

Returns a collection of the sibling tokens before this token, in document order.

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

Syntax

C#
public IEnumerable<JToken> BeforeSelf()
Visual Basic (Declaration)
Public Function BeforeSelf As IEnumerable(Of JToken)
Visual C++
public:
IEnumerable<JToken^>^ BeforeSelf()

Return Value

A collection of the sibling tokens before this token, in document order.

See Also

JToken Class
Facebook.Json.Linq Namespace