Namespace:  C1.LiveLinq.LiveViews
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
bool ICollection<T>.Remove(
	T item
)
Visual Basic
Private Function Remove ( _
	item As T _
) As Boolean Implements ICollection(Of T).Remove

Parameters

item
Type: T

Implements

ICollection<(Of <(<'T>)>)>..::..Remove(T)

See Also