c# - Type.GetEnumUnderlyingType() replacement for .net35 -
i'm looking way replicate functionality of type.getenumunderlyingtype()
missing in .net35.
just use enum.getunderlyingtype
instead:
returns underlying type of specified enumeration.
i'm looking way replicate functionality of type.getenumunderlyingtype()
missing in .net35.
just use enum.getunderlyingtype
instead:
returns underlying type of specified enumeration.
Comments
Post a Comment