StatementListInfo.Insert(Int32, StatementSyntax) Method
Containing Type: StatementListInfo
Assembly: Roslynator.CSharp.dll
Creates a new StatementListInfo with the specified statement inserted at the index.
public Roslynator.CSharp.Syntax.StatementListInfo Insert(int index, Microsoft.CodeAnalysis.CSharp.Syntax.StatementSyntax statement)
Parameters
index Int32
statement StatementSyntax