Click or drag to resize

XDataDictionary Constructor (Int32)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of XDataDictionary and has the specified initial capacity.

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public XDataDictionary(
	int capacity
)
Request Example View Source

Parameters

capacity
Type: SystemInt32
The number of items the collection can initially store.
See Also