Click or drag to resize

ObservableCollectionTRemoveAt Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Removes the object at the specified index of the collection.

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

Parameters

index
Type: SystemInt32
The zero-based index of the object to remove.

Implements

IListTRemoveAt(Int32)
See Also