SeparatedSyntaxListSelection<TNode>.UnderlyingList Property
Containing Type: SeparatedSyntaxListSelection<TNode>
Assembly: Roslynator.Core.dll
Gets an underlying list that contains selected nodes.
public Microsoft.CodeAnalysis.SeparatedSyntaxList<TNode> UnderlyingList { get; }
Property Value
SeparatedSyntaxList<TNode>