Compartilhar via


Método DisposableCollection<T>.Insert

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (em Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxe

'Declaração
Public Sub Insert ( _
    index As Integer, _
    item As T _
)
public void Insert(
    int index,
    T item
)

Parâmetros

  • item
    Tipo: T

Implementações

IList<T>.Insert(Int32, T)

Segurança do .NET Framework

Consulte também

Referência

DisposableCollection<T> Classe

Namespace Microsoft.TeamFoundation.Framework.Server