IConditionalExpression Properties |
The IConditionalExpression type exposes the following members.
Name | Description | |
---|---|---|
Condition |
Gets the condition expression (the return type does not need to be bool. Zero and null values are considered false).
| |
IfFalse | ||
IfTrue |
Gets the expression executed when Condition evaluates to true or a non-null and non-zero vale.
| |
MethodBodyElementKind |
Gets the kind of syntax element.
(Inherited from IMethodBodyElement.) | |
ParentElement |
Gets the parent element in the tree.
(Inherited from IMethodBodyElement.) | |
ParentMethodBody |
Gets the parent method body.
(Inherited from IMethodBodyElement.) | |
ReturnType |
Gets the type of the return value of the current expression,
or Void if the expression does not return anything (i.e. for pure instructions, for instance a goto
or throw instruction).
(Inherited from IExpression.) |