CheckMadeOrga / CheckMade

B2B Workflow ChatBot for LiveEvents
Other
0 stars 0 forks source link

Check: can I simplify enumeration of Enum values? #218

Open dgor82 opened 2 months ago

dgor82 commented 2 months ago

See Nutshell p. 343.

Check whether Enum.GetValues(typeof(BorderSides)) can't replace the complex thing I currently use to enumerate all enums with .Cast etc, which AI gave me!

I can find all instances by searching for .Cast