Json.NET - Quick Starts & API Documentation
Add Method (item)
Namespaces ► Newtonsoft.Json.Linq ► JArray ► Add(JToken)
Adds an item to the ICollection<(Of <(<'T>)>)>.
Declaration Syntax
Parameters- item (JToken)
- The object to add to the ICollection<(Of <(<'T>)>)>.
Exceptions| Exception | Condition |
|---|---|
| NotSupportedException | The ICollection<(Of <(<'T>)>)> is read-only. |