Open sandboxFocus

Interface IStatementExpression

Represents a statement. A statement is the root of an expression tree.

Namespace: PostSharp.Reflection.MethodBody
Assembly: PostSharp.dll
Syntax
public interface IStatementExpression : IExpression, IMethodBodyElement

Properties

Name Description
Expression

Expression evaluated by the statement.

NextSibling

Gets a next sibling of the current expression within IBlockExpression.

PreviousSibling

Gets a previous sibling of the current expression within IBlockExpression.