Vixen
02b45cc4
csharp
public enum UnaryOperatorKind

The operation a BoundUnaryExpression performs.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (8)

  • Plus
  • Minus
  • BitwiseNot
  • LogicalNot
  • PreIncrement
  • PreDecrement
  • PostIncrement
  • PostDecrement

Used by (4)

  • BinderVixen.Raven
  • BoundUnaryExpressionVixen.Raven
  • ConstantEvaluatorVixen.Raven
  • LowererVixen.Raven