SortedObservableCollectionTInsertItem - метод

Inserts an item into the collection at the specified index.

Definition

Пространство имён: Tessa.UI.Views
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
C#
protected override void InsertItem(
	int index,
	T item
)

Параметры

index  Int32
The zero-based index at which item should be inserted.
item  T
The object to insert.

См. также