Share via


DisposableCollection<T>.Insert 方法

命名空間:  Microsoft.TeamFoundation.Framework.Server
組件:  Microsoft.TeamFoundation.Framework.Server (在 Microsoft.TeamFoundation.Framework.Server.dll 中)

語法

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

參數

  • item
    類型:T

實作

IList<T>.Insert(Int32, T)

.NET Framework 安全性

請參閱

參考

DisposableCollection<T> 類別

Microsoft.TeamFoundation.Framework.Server 命名空間