ReadOnlyLinkedElementCollection<T>.IList<T>.RemoveAt Method

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'Declaration
Private Sub RemoveAt ( _
    index As Integer _
) Implements IList(Of T).RemoveAt
'Usage
Dim instance As ReadOnlyLinkedElementCollection
Dim index As Integer

CType(instance, IList(Of T)).RemoveAt(index)
void IList<T>.RemoveAt(
    int index
)
private:
virtual void RemoveAt(
    int index
) sealed = IList<T>::RemoveAt
JScript does not support explicit interface implementations.

Parameters

Implements

IList<T>.RemoveAt(Int32)

Permissions

See Also

Reference

ReadOnlyLinkedElementCollection<T> Class

ReadOnlyLinkedElementCollection<T> Members

Microsoft.VisualStudio.Modeling Namespace