Click or drag to resize

ObservableCollectionTRemove Method (T)

Removes the first occurrence of a specific object from the collection

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public bool Remove(
	T item
)

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