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

922c3e4f 4c82 1cd0 7a0b fa9f8c8c8c2b

haplokuon edited this page May 6, 2023 · 1 revision

AddRange Method

netDxf 3.0.0 Library

Adds an object list to the end of the collection.

Definition

Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public void AddRange(
	IEnumerable<T> collection
)

VB

Public Sub AddRange ( 
	collection As IEnumerable(Of T)
)

C++

public:
void AddRange(
	IEnumerable<T>^ collection
)

F#

member AddRange : 
        collection : IEnumerable<'T> -> unit 

Parameters

  IEnumerable(T)
The collection whose elements should be added.

See Also

Reference

ObservableCollection(T) Class
netDxf.Collections Namespace

Clone this wiki locally