ObservableCollectionTRemove Method (IEnumerableT)
|
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 void Remove(
IEnumerable<T> items
)
Public Sub Remove (
items As IEnumerable(Of T)
)
public:
void Remove(
IEnumerable<T>^ items
)
member Remove :
items : IEnumerable<'T> -> unit
METHOD Remove(
items AS IEnumerable<T>
) AS VOID
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