SortedObservableCollectionTInsertItem - метод

Inserts an item into the collection at the specified index.

Definition

Пространство имён: Tessa.UI.Views
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.4
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.

См. также