AddFirst Method (content)

Json.NET

Json.NET - Quick Starts & API Documentation AddFirst Method (content)
NamespacesNewtonsoft.Json.LinqJContainerAddFirst(Object)
Adds the specified content as the first children of this JToken.
Declaration Syntax
C# Visual Basic Visual C++
public void AddFirst(
	Object content
)
Public Sub AddFirst ( _
	content As Object _
)
public:
void AddFirst(
	Object^ content
)
Parameters
content (Object)
The content to be added.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)