ConditionalExpressionInfo Struct
Namespace: Roslynator.CSharp.Syntax
Assembly: Roslynator.CSharp.dll
Provides information about conditional expression.
public readonly struct ConditionalExpressionInfo
Inheritance
Object → ValueType → ConditionalExpressionInfo
Properties
Property | Summary |
---|---|
ColonToken | The token representing the colon. |
Condition | The condition expression. |
ConditionalExpression | The conditional expression. |
QuestionToken | The token representing the question mark. |
Success | Determines whether this struct was initialized with an actual syntax. |
WhenFalse | The expression to be executed when the expression is false. |
WhenTrue | The expression to be executed when the expression is true. |
Methods
Method | Summary |
---|---|
Equals(Object) | (Inherited from ValueType) |
GetHashCode() | (Inherited from ValueType) |
GetType() | (Inherited from Object) |
MemberwiseClone() | (Inherited from Object) |
ToString() | (Inherited from ValueType) |