Represents an expression with a single operand.
Namespace: PostSharp.Reflection.MethodBody
Assembly: PostSharp.dll
Syntax
public interface IUnaryExpression : IExpression, IMethodBodyElement
Properties
Name | Description |
---|---|
Value | Operand of the unary expression. |