Adds an element to the collection.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public Element Add(
	Element value
)
Visual Basic (Declaration)
Public Function Add ( _
	value As Element _
) As Element
Visual C++
public:
Element^ Add(
	Element^ value
)

See Also