Click or drag to resize

ObservableCollectionTRemoveAt Method

Removes the object at the specified index of the collection.

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public void RemoveAt(
	int index
)

Parameters

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

Implements

IListTRemoveAt(Int32)
See Also