Show / Hide Table of Contents

Enum UnaryOperatorType

The type of the unary operator: prefix or postfix

Namespace: Pidgin.Expression
Assembly: Pidgin.dll
Syntax
public enum UnaryOperatorType : int

Fields

Name Description
Postfix

Denotes a postfix operator

Prefix

Denotes a prefix operator

  • Improve this Doc
  • View Source
Back to top Generated by DocFX