[]
Creates an expression representing a unary operator applied to a single operand.
public UnaryOperatorExpression(UnaryOperatorInfo oper, Expression arg)
Public Sub New(oper As UnaryOperatorInfo, arg As Expression)
Type | Name | Description |
---|---|---|
UnaryOperatorInfo | oper | Operator |
Expression | arg | Operand |
Type | Condition |
---|---|
ArgumentNullException | oper or arg is a null reference (Nothing in Visual Basic) |