AttributeDefinitionDictionary Constructor (Int32)
|
Initializes a new instance of AttributeDefinitionDictionary and has the specified initial capacity.
Namespace:
DXFReaderNET.Collections
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public AttributeDefinitionDictionary(
int capacity
)
Public Sub New (
capacity As Integer
)
public:
AttributeDefinitionDictionary(
int capacity
)
new :
capacity : int -> AttributeDefinitionDictionary
CONSTRUCTOR(
capacity AS LONG
)
Parameters
- capacity
- Type: SystemInt32
The number of items the collection can initially store.
See Also