Skip to main content

ConditionalExpressionInfo Struct

Namespace: Roslynator.CSharp.Syntax

Assembly: Roslynator.CSharp.dll

Provides information about conditional expression.

public readonly struct ConditionalExpressionInfo

Inheritance

Object ValueType ConditionalExpressionInfo

Properties

PropertySummary
ColonTokenThe token representing the colon.
ConditionThe condition expression.
ConditionalExpressionThe conditional expression.
QuestionTokenThe token representing the question mark.
SuccessDetermines whether this struct was initialized with an actual syntax.
WhenFalseThe expression to be executed when the expression is false.
WhenTrueThe expression to be executed when the expression is true.

Methods

MethodSummary
Equals(Object)(Inherited from ValueType)
GetHashCode()(Inherited from ValueType)
GetType()(Inherited from Object)
MemberwiseClone()(Inherited from Object)
ToString()(Inherited from ValueType)