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