This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
897f0c80 778f ace7 d05c 8ba7b3080935
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Adds the elements of the collection to the list.
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 - IEnumerable(String)
- The collection whose elements should be added to the end of the list. The items in the collection cannot be null.