AddAfterSelf Method (content)

Json.NET

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

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)