C#: Define CastingExpr

This commit is contained in:
Ian Lynagh
2022-04-12 18:50:30 +01:00
parent 8282e57db5
commit 385691287f

View File

@@ -29,6 +29,8 @@ module Private {
class CastExpr = RU::ExprNode::CastExpr;
class CastingExpr = CastExpr;
class Type = CS::Type;
class Expr = CS::ControlFlow::Nodes::ExprNode;