Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 2.17 KB

File metadata and controls

41 lines (28 loc) · 2.17 KB

ConditionalExpressionInfo Struct

HomePropertiesMethods

Namespace: Roslynator.CSharp.Syntax

Assembly: Roslynator.CSharp.dll

Provides information about conditional expression.

public readonly struct ConditionalExpressionInfo

Inheritance

ObjectValueType → 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)