This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 407
60565ebd 2976 b592 f5d1 5cd79c361562
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Removes the first occurrence of a specific object from the collection
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public void Remove(
IEnumerable<T> items
)
VB
Public Sub Remove (
items As IEnumerable(Of T)
)
C++
public:
void Remove(
IEnumerable<T>^ items
)
F#
member Remove :
items : IEnumerable<'T> -> unit
- IEnumerable(T)
- The list of objects to remove from the collection.
ObservableCollection(T) Class
Remove Overload
netDxf.Collections Namespace