Interface IUnaryOperation
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface IUnaryOperation : IOperation
Properties
ConstrainedToType
Declaration
ITypeSymbol? ConstrainedToType { get; }
Property Value
IsChecked
Declaration
Property Value
IsLifted
Declaration
Property Value
Operand
Declaration
IOperation Operand { get; }
Property Value
OperatorKind
Declaration
UnaryOperatorKind OperatorKind { get; }
Property Value
OperatorMethod
Declaration
IMethodSymbol? OperatorMethod { get; }
Property Value
Extension Methods