ExprCast sealed class ExprCast : ExprWithType Documentation Code public Expr Argument { get; set; } public bool IsBoxingCast { get; } public ExprCast(EXPRFLAG flags, CType type, Expr argument)