Add Method (item)

Json.NET

Json.NET - Quick Starts & API Documentation Add Method (item)
NamespacesNewtonsoft.Json.LinqJArrayAdd(JToken)
Adds an item to the ICollection<(Of <(<'T>)>)>.
Declaration Syntax
C# Visual Basic Visual C++
public void Add(
	JToken item
)
Public Sub Add ( _
	item As JToken _
)
public:
virtual void Add(
	JToken^ item
) sealed
Parameters
item (JToken)
The object to add to the ICollection<(Of <(<'T>)>)>.
Exceptions
Exception Condition
NotSupportedException The ICollection<(Of <(<'T>)>)> is read-only.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)