SynchronizedSuspendableObservableCollection<T>.Insert - метод |
Inserts an item to the
IList<T> at the specified index.
Пространство имён:
Tessa.UI
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксисpublic void Insert(
int index,
T item
)
Public Sub Insert (
index As Integer,
item As T
)
public:
virtual void Insert(
int index,
T item
) sealed
abstract Insert :
index : int *
item : 'T -> unit
override Insert :
index : int *
item : 'T -> unit
Параметры
- index
- Тип: System.Int32
The zero-based index at which item should be inserted. - item
- Тип: T
The object to insert into the IList<T>.
Реализации
IList<T>.Insert(Int32, T)
Исключения
См. также