An INTEGER value specification causes a C# integer constant to be generated. stant to be generated.
ASN.1 production:
<name> INTEGER ::= <value>
Generated C# constant:
public static readonly int <name> = <value>;