Appends an object to the end of the collection

Namespace: Endeca.Navigation.Analytics
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
void Add(
	Object obj
)
Visual Basic
Sub Add ( _
	obj As Object _
)
Visual C++
void Add(
	Object^ obj
)

Parameters

obj
Type: System..::..Object
The object to be added

See Also