Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

dcd9d00c e889 c7fc e8b9 a078ec6b2348

haplokuon edited this page May 6, 2023 · 1 revision

Remove(T) Method

netDxf 3.0.0 Library

Removes the first occurrence of a specific object from the collection

Definition

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 

Parameters

  T
The object to remove from the collection.

Return Value

Boolean
True if object is successfully removed; otherwise, false.

Implements

ICollection(T).Remove(T)

See Also

Reference

ObservableCollection(T) Class
Remove Overload
netDxf.Collections Namespace

Clone this wiki locally