示例#1
0
 public Constant Int8(int n)
 {
     return(Constant.SByte((sbyte)n));
 }