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 407
a126846d dee5 0673 776b 5a14f01ebd31
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the enum entry and string value pairs.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public Dictionary<T, string> GetValues()
VB
Public Function GetValues As Dictionary(Of T, String)
C++
public:
Dictionary<T, String^>^ GetValues()
F#
member GetValues : unit -> Dictionary<'T, string>
Dictionary(T, String)
A dictionary containing each enum entry with its corresponding string value.