PostSharpAPI ReferencePost­Sharp.​Reflection.​Method­BodyIUnary­Expression
Open sandboxFocus

IUnaryExpression Interface

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.