SortedObservableCollectionTInsertItem - метод

Inserts an item into the collection at the specified index.

Definition

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

См. также