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

897f0c80 778f ace7 d05c 8ba7b3080935

haplokuon edited this page May 6, 2023 · 1 revision

AddRange Method

netDxf 3.0.0 Library

Adds the elements of the collection to the list.

Definition

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

C#

public void AddRange(
	IEnumerable<string> collection
)

VB

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

C++

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

F#

member AddRange : 
        collection : IEnumerable<string> -> unit 

Parameters

  IEnumerable(String)
The collection whose elements should be added to the end of the list. The items in the collection cannot be null.

See Also

Reference

SupportFolders Class
netDxf.Collections Namespace

Clone this wiki locally