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