SeparatedSyntaxListSelection(SeparatedSyntaxList<TNode>, TextSpan, Int32, Int32) Constructor
Containing Type: SeparatedSyntaxListSelection<TNode>
Assembly: Roslynator.Core.dll
Initializes a new instance of the SeparatedSyntaxListSelection<TNode>.
protected SeparatedSyntaxListSelection(Microsoft.CodeAnalysis.SeparatedSyntaxList<TNode> list, Microsoft.CodeAnalysis.Text.TextSpan span, int firstIndex, int lastIndex)
Parameters
list SeparatedSyntaxList<TNode>
span TextSpan
firstIndex Int32
lastIndex Int32