BaseCodeFixProvider.

BuildQualifiedName(string[]) Method

Syntax

protected static NameSyntax BuildQualifiedName(params string[] names)

Parameters

Name Type Description
names string[]

Return Value

Type Description
NameSyntax
GitHub