Json.NET - Quick Starts & API Documentation
AddBeforeSelf Method (content)
NamespacesNewtonsoft.Json.LinqJTokenAddBeforeSelf(Object)
Adds the specified content immediately before this token.
Declaration Syntax
C#Visual BasicVisual C++
public void AddBeforeSelf(
	Object content
)
Public Sub AddBeforeSelf ( _
	content As Object _
)
public:
void AddBeforeSelf(
	Object^ content
)
Parameters
content (Object)
A content object that contains simple content or a collection of content objects to be added before this token.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 3.5.0.0 (3.5.0.0)