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 409
dd3dfad4 d7b0 27ed 993b 97baf3b5d131
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets an ICollection containing the extended data list of the current dictionary.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public ICollection<XData> Values { get; }
VB
Public ReadOnly Property Values As ICollection(Of XData)
Get
C++
public:
virtual property ICollection<XData^>^ Values {
ICollection<XData^>^ get () sealed;
}
F#
abstract Values : ICollection<XData> with get
override Values : ICollection<XData> with get
ICollection(XData)
IDictionary(TKey, TValue).Values