Click or drag to resize

ObservableCollectionTRemove Method (IEnumerableT)

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 void Remove(
	IEnumerable<T> items
)
Request Example View Source

Parameters

items
Type: System.Collections.GenericIEnumerableT
The list of objects to remove from the collection.

Return Value

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