This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 411
8a4f6f51 a503 53d4 9d7b 2e70e874b839
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of SupportFolders
class.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public SupportFolders(
IEnumerable<string> folders
)
VB
Public Sub New (
folders As IEnumerable(Of String)
)
C++
public:
SupportFolders(
IEnumerable<String^>^ folders
)
F#
new :
folders : IEnumerable<string> -> SupportFolders
- IEnumerable(String)
- The collection whose elements should be added to the list. The items in the collection cannot be null.
SupportFolders Class
SupportFolders Overload
netDxf.Collections Namespace