Click or drag to resize

SupportFolders Constructor (Int32)

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(
	int capacity
)
Request Example View Source

Parameters

capacity
Type: SystemInt32
Initial capacity of the list.
See Also