See Add(T).

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

Syntax

C#
public void Add(
	PropertyValue item
)
Visual Basic (Declaration)
Public Sub Add ( _
	item As PropertyValue _
)
Visual C++
public:
virtual void Add(
	PropertyValue^ item
) sealed

Parameters

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

Implements

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

See Also