ReadOnlyLinkedElementCollection<T>.IList<T>.Insert (Método)

Espacio de nombres:  Microsoft.VisualStudio.Modeling
Ensamblado:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (en Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Sintaxis

'Declaración
Private Sub Insert ( _
    index As Integer, _
    item As T _
) Implements IList(Of T).Insert
void IList<T>.Insert(
    int index,
    T item
)

Parámetros

  • item
    Tipo: T

Implementaciones

IList<T>.Insert(Int32, T)

Seguridad de .NET Framework

Vea también

Referencia

ReadOnlyLinkedElementCollection<T> Clase

Microsoft.VisualStudio.Modeling (Espacio de nombres)