Adds the specified content as children of this
JToken.
Declaration Syntax
C# |
Visual Basic |
Visual C++ |
public virtual void Add(
Object content
)
Public Overridable Sub Add ( _
content As Object _
)
public:
virtual void Add(
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)