다음을 통해 공유


UnaryOperatorKind 열거형

정의

이진 연산자의 열거형입니다.

public enum UnaryOperatorKind
type UnaryOperatorKind = 
Public Enum UnaryOperatorKind
상속
UnaryOperatorKind

필드

Negate 0

단항 연산자입니다.

Not 1

not 연산자입니다.

적용 대상