RemoveAt Method (index)

Json.NET

Json.NET - Quick Starts & API Documentation RemoveAt Method (index)
NamespacesNewtonsoft.Json.LinqJArrayRemoveAt(Int32)
Removes the IList<(Of <(<'T>)>)> item at the specified index.
Declaration Syntax
C# Visual Basic Visual C++
public void RemoveAt(
	int index
)
Public Sub RemoveAt ( _
	index As Integer _
)
public:
virtual void RemoveAt(
	int index
) sealed
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.

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