예제 #1
0
 public 常量(常量_Type type, string value, char[] chars, int iLeft) : base(chars, iLeft)
 {
     this.type  = type;
     this.value = value;
 }
예제 #2
0
파일: 常量.cs 프로젝트: qipa/InnerC
 public 常量(常量_Type type, string value, int 参考位置_iLeft)
 {
     this.type       = type;
     this.value      = value;
     this.参考位置_iLeft = 参考位置_iLeft;
 }