LocalDeclarationStatementInfo.Variables Property
Containing Type: LocalDeclarationStatementInfo
Assembly: Roslynator.CSharp.dll
A list of variables.
public Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.VariableDeclaratorSyntax> Variables { get; }