Adds the specified content as children of this
JToken.

Declaration Syntax
public void Add(
Object content
)
Public Sub Add ( _
content As Object _
)
public:
void Add(
Object^ content
)

Parameters
- content (Object)
- The content to be added.
Assembly:
Newtonsoft.Json (Module: Newtonsoft.Json) Version: 3.5.0.0 (3.5.0.0)