Represents a statement. A statement is the root of an expression tree.
Namespace: PostSharp.Reflection.MethodBody
Assembly: PostSharp.dll
Syntax
public interface IStatementExpression : IExpression, IMethodBodyElementProperties
| 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. |