コード例 #1
0
ファイル: AST.cs プロジェクト: zy850580380/unitsofmeasurement
 public override void Bind(UnitType candidate)
 {
     Expr.Bind(candidate);
 }