Class UnaryOperator
- Namespace
- ReFuel.CVarScript.AST
- Assembly
- ReFuel.dll
public class UnaryOperator : Expression
- Inheritance
-
UnaryOperator
- Inherited Members
Constructors
UnaryOperator(UnaryOperatorKind, Expression)
public UnaryOperator(UnaryOperatorKind kind, Expression right)
Parameters
kindUnaryOperatorKindrightExpression
Properties
OpKind
public UnaryOperatorKind OpKind { get; }
Property Value
Right
public Expression Right { get; }