Compartir a través de


DisposableCollection<T>.Insert (Método)

Espacio de nombres:  Microsoft.TeamFoundation.Framework.Server
Ensamblado:  Microsoft.TeamFoundation.Framework.Server (en Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxis

'Declaración
Public Sub Insert ( _
    index As Integer, _
    item As T _
)
public void Insert(
    int index,
    T item
)

Parámetros

  • item
    Tipo: T

Implementaciones

IList<T>.Insert(Int32, T)

Seguridad de .NET Framework

Vea también

Referencia

DisposableCollection<T> Clase

Microsoft.TeamFoundation.Framework.Server (Espacio de nombres)