Json.NET - Quick Starts & API Documentation
RemoveAt Method (index)
Namespaces ► Newtonsoft.Json.Linq ► JArray ► RemoveAt(Int32)
Removes the IList<(Of <(<'T>)>)> item at the specified index.
Declaration Syntax
Parameters
- index (Int32)
- The zero-based index of the item to remove.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | index is not a valid index in the IList<(Of <(<'T>)>)>. |
NotSupportedException | The IList<(Of <(<'T>)>)> is read-only. |