Add Method (content) From Json.NET previous page next page Json.NET - Quick Starts & API Documentation Add Method (content) Namespaces ► Newtonsoft.Json.Linq ► JContainer ► Add(Object) C# Visual Basic Visual C++ Adds the specified content as children of this JToken. Declaration Syntax C# Visual Basic Visual C++ 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: 4.0.2.0 (4.0.2.13623) previous page start next page