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

a126846d dee5 0673 776b 5a14f01ebd31

haplokuon edited this page May 6, 2023 · 1 revision

GetValues Method

netDxf 3.0.0 Library

Gets the enum entry and string value pairs.

Definition

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> 

Return Value

Dictionary(T, String)
A dictionary containing each enum entry with its corresponding string value.

See Also

Reference

StringEnum(T) Class
netDxf Namespace

Clone this wiki locally