Table of Contents

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 UnaryOperatorKind
right Expression

Properties

OpKind

public UnaryOperatorKind OpKind { get; }

Property Value

UnaryOperatorKind

Right

public Expression Right { get; }

Property Value

Expression