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
Property | Summary |
---|---|
Condition | The condition. |
IfStatement | The if statement. |
Statement | The statement. |
Success | Determines whether this struct was initialized with an actual syntax. |
Methods
Method | Summary |
---|---|
Equals(Object) | (Inherited from ValueType) |
GetHashCode() | (Inherited from ValueType) |
GetType() | (Inherited from Object) |
MemberwiseClone() | (Inherited from Object) |
ToString() | (Inherited from ValueType) |