Beef icon indicating copy to clipboard operation
Beef copied to clipboard

[Enhancement] Non-generic form of Enum.Parse()

Open MoshiBar opened this issue 4 years ago • 0 comments

instead of using Enum.Parse<MyEnum>(str) you could have something like MyEnum.Parse(str)

MoshiBar avatar Jul 26 '21 16:07 MoshiBar