PostSharpAPI ReferencePost­Sharp.​Reflection.​Method­BodyIConditional­ExpressionCondition
Open sandboxFocus

IConditionalExpression.Condition Property

Condition

Gets the condition expression (the return type does not need to be bool. Zero and null values are considered false).

Declaration
IExpression Condition { get; }
Property Value
Type Description
IExpression