[This is preliminary documentation and is subject to change.]

Removes the IList<(Of <(T>)>) item at the specified index.

Namespace:  Facebook.Json.Linq
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public void RemoveAt(
	int index
)
Visual Basic (Declaration)
Public Sub RemoveAt ( _
	index As Integer _
)
Visual C++
public:
virtual void RemoveAt(
	int index
) sealed

Parameters

index
Type: System..::.Int32
The zero-based index of the item to remove.

Implements

IList<(Of <(T>)>)..::.RemoveAt(Int32)

Exceptions

ExceptionCondition
System..::.ArgumentOutOfRangeException index is not a valid index in the IList<(Of <(T>)>).
System..::.NotSupportedExceptionThe IList<(Of <(T>)>) is read-only.

See Also

JArray Class
Facebook.Json.Linq Namespace