AddBeforeSelf Method (content)

Json.NET

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 Basic Visual 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: 4.0.2.0 (4.0.2.13623)