Click or drag to resize

ObservableCollectionTRemove Method (T)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Removes the first occurrence of a specific object from the collection

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public bool Remove(
	T item
)
Request Example View Source

Parameters

item
Type: T
The object to remove from the collection.

Return Value

Type: Boolean
True if object is successfully removed; otherwise, false.

Implements

ICollectionTRemove(T)
See Also