I want to get the equivalent of Enum.GetName for an F# discriminated union member. Calling ToString() gives me TypeName+MemberName, which isn't exactly what I want. I could substring it, of course, but is it safe? Or perhaps there's a better way?
|
1
|
|
|||
|
|
|
|
You need to use the classes in the
|
||
|
|
