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