Adds the specified element to the collection.

Namespace:  Endeca.Data.Configuration
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public void Add(
	T element
)
Visual Basic (Declaration)
Public Sub Add ( _
	element As T _
)
Visual C++
public:
void Add(
	T element
)

Parameters

element
Type: T
Element to add.

See Also