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
)
Public Function Remove (
item As T
) As Boolean
public:
virtual bool Remove(
T item
) sealed
abstract Remove :
item : 'T -> bool
override Remove :
item : 'T -> bool
METHOD Remove(
item AS T
) AS LOGIC
Parameters
- item
- Type: T
The object to remove from the collection.
Return Value
Type:
BooleanTrue if object is successfully removed; otherwise, false.
Implements
ICollectionTRemove(T)See Also