Beispiel #1
0
 public 常量(常量_Type type, string value, char[] chars, int iLeft) : base(chars, iLeft)
 {
     this.type  = type;
     this.value = value;
 }
Beispiel #2
0
 public 常量(常量_Type type, string value, int 参考位置_iLeft)
 {
     this.type       = type;
     this.value      = value;
     this.参考位置_iLeft = 参考位置_iLeft;
 }