Для изменения размера нажмите или перетащите

SynchronizedSuspendableObservableCollection<T>.Insert - метод

Пространство имён:  Tessa.UI
Сборка:  Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис
public void Insert(
	int index,
	T item
)

Параметры

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)
Исключения
См. также