Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

083df457 f068 6b14 5e31 35fe783c436a

haplokuon edited this page May 6, 2023 · 1 revision

XDataDictionary(IEnumerable<XData>) Constructor

netDxf 3.0.0 Library

Initializes a new instance of XDataDictionary and has the specified items.

Definition

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

Parameters

  IEnumerable(XData)
The list of extended data items initially stored.

See Also

Reference

XDataDictionary Class
XDataDictionary Overload
netDxf.Collections Namespace

Clone this wiki locally