Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.92 KB

File metadata and controls

39 lines (26 loc) · 1.92 KB

SimpleIfStatementInfo Struct

HomePropertiesMethods

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

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