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

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

Syntax

'Declaration
Private Sub RemoveAt ( _
    index As Integer _
) Implements IList(Of T).RemoveAt
void IList<T>.RemoveAt(
    int index
)
private:
virtual void RemoveAt(
    int index
) sealed = IList<T>::RemoveAt
private abstract RemoveAt : 
        index:int -> unit  
private override RemoveAt : 
        index:int -> unit
JScript does not support explicit interface implementations.

Parameters

  • index
    Type: Int32

Implements

IList.RemoveAt(Int32)

.NET Framework Security

See Also

Reference

ReadOnlyLinkedElementCollection<T> Class

Microsoft.VisualStudio.Modeling Namespace