This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 415
083df457 f068 6b14 5e31 35fe783c436a
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of XDataDictionary
and has the specified items.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public XDataDictionary(
IEnumerable<XData> items
)
VB
Public Sub New (
items As IEnumerable(Of XData)
)
C++
public:
XDataDictionary(
IEnumerable<XData^>^ items
)
F#
new :
items : IEnumerable<XData> -> XDataDictionary
- IEnumerable(XData)
- The list of extended data items initially stored.
XDataDictionary Class
XDataDictionary Overload
netDxf.Collections Namespace