Click or drag to resize

EntityCollection Constructor (Int32)

Initializes a new instance of EntityCollection and has the specified initial capacity.

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public EntityCollection(
	int capacity
)

Parameters

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