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