Gets the qualified name of the symbol which includes all containing namespaces.
- Namespace
- Statiq
.CodeAnalysis - Containing Type
- ISymbolExtensions
Syntax
public static string GetQualifiedName(this ISymbol symbol)
Parameters
| Name | Type | Description |
|---|---|---|
| symbol | ISymbol | The symbol. |
Return Value
| Type | Description |
|---|---|
| string | The qualified name of the symbol. |