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