ArraySegment<(Of <(T>)>).IList<(Of <(T>)>).RemoveAt Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Removes the array segment item at the specified index.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

Syntax

Private Sub RemoveAt ( _
    index As Integer _
) Implements IList(Of T).RemoveAt
void IList<T>.RemoveAt(
    int index
)

Parameters

Implements

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

Exceptions

Exception Condition
ArgumentOutOfRangeException

index is not a valid index in the array segment.

NotSupportedException

The array segment is read-only.

Remarks

This member is an explicit interface member implementation. It can be used only when the ArraySegment<(Of <(T>)>) instance is cast to an IList<(Of <(T>)>) interface.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

ArraySegment<(Of <(T>)>) Structure

System Namespace