Public Sub New ( _ scale As Byte, _ sign As Byte, _ hi As UInteger, _ mid As UInteger, _ low As UInteger _ )
public DecimalConstantAttribute( byte scale, byte sign, uint hi, uint mid, uint low )
public: DecimalConstantAttribute( unsigned char scale, unsigned char sign, unsigned int hi, unsigned int mid, unsigned int low )
System.Runtime.CompilerServices.DecimalConstantAttribute = function(scale, sign, hi, mid, low);