Inserts an element into the collection at the specified index.

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

Syntax

C#
public void Insert(
	int index,
	Element value
)
Visual Basic (Declaration)
Public Sub Insert ( _
	index As Integer, _
	value As Element _
)
Visual C++
public:
void Insert(
	int index, 
	Element^ value
)

See Also