Click or drag to resize

SupportFolders Constructor (IEnumerableString)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of SupportFolders class.

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public SupportFolders(
	IEnumerable<string> folders
)
Request Example View Source

Parameters

folders
Type: System.Collections.GenericIEnumerableString
The collection whose elements should be added to the list. The items in the collection cannot be null.
See Also