Inserts an element into the Collection<(Of <(<'T>)>)> at the specified index.

Namespace: SharpAssembler.Core
Assembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
protected override sealed void InsertItem(
	int index,
	Constructable item
)
Visual Basic
Protected Overrides NotOverridable Sub InsertItem ( _
	index As Integer, _
	item As Constructable _
)
Visual C++
protected:
virtual void InsertItem(
	int index, 
	Constructable^ item
) override sealed

Parameters

index
Type: System..::..Int32
The zero-based index at which item should be inserted.
item
Type: SharpAssembler.Core..::..Constructable
The object to insert.

See Also