GetFullName(ISymbol) Method
Gets the full name of the symbol. For namespaces, this is the name of the namespace. For types, this includes all generic type parameters.
Namespace
Statiq.CodeAnalysis
Containing Type
ISymbolExtensions

Syntax

public static string GetFullName(this ISymbol symbol)

Parameters

Name Type Description
symbol ISymbol The symbol.

Return Value

Type Description
string The full name of the symbol.