Skip to main content

SimpleIfStatementInfo Struct

Namespace: Roslynator.CSharp.Syntax

Assembly: Roslynator.CSharp.dll

Provides information about a simple if statement. Simple if statement is defined as follows: it is not a child of an else clause and it has no else clause.

public readonly struct SimpleIfStatementInfo

Inheritance

Object ValueType SimpleIfStatementInfo

Properties

PropertySummary
ConditionThe condition.
IfStatementThe if statement.
StatementThe statement.
SuccessDetermines whether this struct was initialized with an actual syntax.

Methods

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