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

SynchronizedSuspendableObservableCollectionTRemove - метод

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

Параметры

item
Тип: T
The object to remove from the ICollectionT.

Возвращаемое значение

Тип: Boolean
if item was successfully removed from the ICollectionT; otherwise, . This method also returns if item is not found in the original ICollectionT.

Реализации

ICollectionTRemove(T)
Исключения
См. также