Click or drag to resize

SupportFoldersInsert Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Inserts an item to the list at the specified index.

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public void Insert(
	int index,
	string item
)
Request Example View Source

Parameters

index
Type: SystemInt32
The zero-based index at which the item should be inserted.
item
Type: SystemString
The object to insert into the list.

Implements

IListTInsert(Int32, T)
See Also