Property IntegerBitWidth
IntegerBitWidth
Gets the integer bit width of this type or 0 for non integer types
[SuppressMessage("Microsoft.Naming", "CA1720:IdentifiersShouldNotContainTypeNames", Justification = "Value is the bit width of an integer, name is appropriate")]
uint IntegerBitWidth { get; }