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

60565ebd 2976 b592 f5d1 5cd79c361562

haplokuon edited this page May 6, 2023 · 1 revision

Remove(IEnumerable<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 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 

Parameters

  IEnumerable(T)
The list of objects to remove from the collection.

See Also

Reference

ObservableCollection(T) Class
Remove Overload
netDxf.Collections Namespace

Clone this wiki locally