Click or drag to resize
Json.NET

JArrayAdd Method

 
Overload List
  NameDescription
Public methodAdd(Object)
Adds the specified content as children of this JToken.
(Inherited from JContainer.)
Public methodAdd(JToken)
Adds an item to the JArray.
Top
See Also