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