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.


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -