Freigeben über


DisposableCollection<T>.Insert-Methode

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

Syntax

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

Parameter

  • item
    Typ: T

Implementiert

IList<T>.Insert(Int32, T)

.NET Framework-Sicherheit

Siehe auch

Referenz

DisposableCollection<T> Klasse

Microsoft.TeamFoundation.Framework.Server-Namespace