Inserts an element into the collection at the specified index.

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

Syntax

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

See Also