Click or drag to resize
weroSoft AG, Software
ObservableViewModelCollectionTRemove Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Removes the first occurrence of a specific object from the ICollection<T>.

Namespace:  WeroSoft.Collections.Generics
Assembly:  WeroSoft.Windows.Library (in WeroSoft.Windows.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public bool Remove(
	T item
)

Parameters

item
Type: T
The object to remove from the ICollection<T>.

Return Value

Type: 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>.

Implements

ICollectionTRemove(T)
See Also