IUnaryOperation.OperatorKind Property

Definition

Kind of unary operation.

public:
 property Microsoft::CodeAnalysis::Operations::UnaryOperatorKind OperatorKind { Microsoft::CodeAnalysis::Operations::UnaryOperatorKind get(); };
public Microsoft.CodeAnalysis.Operations.UnaryOperatorKind OperatorKind { get; }
member this.OperatorKind : Microsoft.CodeAnalysis.Operations.UnaryOperatorKind
Public ReadOnly Property OperatorKind As UnaryOperatorKind

Property Value

Applies to