ExprUnaryOp sealed class ExprUnaryOp : ExprOperator Documentation Code public Expr Child { get; set; } public ExprUnaryOp(ExpressionKind kind, CType type)