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

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

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

Параметры

item
Тип: T
The object to remove from the ICollection<T>.

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

Тип: Boolean
true if item was successfully removed from the ICollection<T>; otherwise, false. This method also returns false if item is not found in the original ICollection<T>.

Реализации

ICollection<T>.Remove(T)
Исключения
См. также