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 BasicVisual 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
ExceptionCondition
NotSupportedExceptionThe ICollection<(Of <(T>)>) is read-only.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 3.5.0.0 (3.5.0.0)