Answers for "how to get value of enuum c#"

C#
1

c# get all enum values

var values = Enum.GetValues(typeof(Foos));
Posted by: Guest on January-09-2021

Code answers related to "how to get value of enuum c#"

C# Answers by Framework

Browse Popular Code Answers by Language