Click or drag to resize

ObservableCollectionTInsert Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Inserts an object into the collection 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,
	T item
)
Request Example View Source

Parameters

index
Type: SystemInt32
The zero-based index at which item should be inserted.
item
Type: T
The object to insert. The value can not be null.

Return Value

Type: 
True if the object has been inserted to the collection; otherwise, false.
See Also