qtil
advanced-security/qtil-csharp 0.0.3
Search

Member predicate EnumConstant::getUnderlyingType

Gets the underlying integral type of this enum constant. For example, the underlying type of Attribute is byte in

enum Attribute : byte {
  ReadOnly = 1,
  Shared = 2
}
IntegralType getUnderlyingType()