Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
bool ICollection<T>.Remove(
	T item
)
Visual Basic (Declaration)
Private Function Remove ( _
	item As T _
) As Boolean Implements ICollection(Of T).Remove
Visual C++
private:
virtual bool Remove(
	T item
) sealed = ICollection<T>::Remove

Parameters

item
Type: T

Implements

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

See Also