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
dcd9d00c e889 c7fc e8b9 a078ec6b2348
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 bool Remove(
T item
)
VB
Public Function Remove (
item As T
) As Boolean
C++
public:
virtual bool Remove(
T item
) sealed
F#
abstract Remove :
item : 'T -> bool
override Remove :
item : 'T -> bool
- T
- The object to remove from the collection.
Boolean
True if object is successfully removed; otherwise, false.
ICollection(T).Remove(T)
ObservableCollection(T) Class
Remove Overload
netDxf.Collections Namespace