See Remove(T).

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

Syntax

C#
public bool Remove(
	PropertyValue item
)
Visual Basic (Declaration)
Public Function Remove ( _
	item As PropertyValue _
) As Boolean
Visual C++
public:
virtual bool Remove(
	PropertyValue^ item
) sealed

Parameters

item
Type: Endeca.Data..::.PropertyValue

Implements

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

See Also