This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
fbdf7205 c5d8 b6d1 f35e ff24b03d631d
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of XDataDictionary and has the specified initial capacity.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public XDataDictionary(
int capacity
)VB
Public Sub New (
capacity As Integer
)C++
public:
XDataDictionary(
int capacity
)F#
new :
capacity : int -> XDataDictionary- Int32
- The number of items the collection can initially store.
XDataDictionary Class
XDataDictionary Overload
netDxf.Collections Namespace