Open dgor82 opened 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
.Cast
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