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

8a4f6f51 a503 53d4 9d7b 2e70e874b839

haplokuon edited this page May 6, 2023 · 1 revision

SupportFolders(IEnumerable<String>) Constructor

netDxf 3.0.0 Library

Initializes a new instance of SupportFolders class.

Definition

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

Parameters

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

See Also

Reference

SupportFolders Class
SupportFolders Overload
netDxf.Collections Namespace

Clone this wiki locally