示例#1
0
 public SymbolInfo(string aSymbol, Int32 aCode, symbolType aType)
 {
     this.symbol = aSymbol;
     this.code   = aCode;
     this.type   = aType;
 }
示例#2
0
 public SymbolInfo(string aSymbol, Int32 aCode, symbolType aType)
 {
     this.symbol = aSymbol;
     this.code = aCode;
     this.type = aType;
 }