StatementListInfo.FirstOrDefault() Method
Containing Type: StatementListInfo
Assembly: Roslynator.CSharp.dll
The first statement in the list or null if the list is empty.
public Microsoft.CodeAnalysis.CSharp.Syntax.StatementSyntax? FirstOrDefault()
Containing Type: StatementListInfo
Assembly: Roslynator.CSharp.dll
The first statement in the list or null if the list is empty.
public Microsoft.CodeAnalysis.CSharp.Syntax.StatementSyntax? FirstOrDefault()