Conditional expression, corresponding to the if keyword in C#.
Namespace: PostSharp.Reflection.MethodBody
Assembly: PostSharp.dll
Syntax
public interface IConditionalExpression : IExpression, IMethodBodyElementProperties
| Name | Description |
|---|---|
| Condition | Gets the condition expression (the return type does not need to be |
| IfFalse | Gets the expression executed when Condition evaluates to |
| IfTrue | Gets the expression executed when Condition evaluates to |