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
- kindUnaryOperatorKind
- rightExpression
Properties
OpKind
public UnaryOperatorKind OpKind { get; }Property Value
Right
public Expression Right { get; }