Gets a display name for the symbol.
For namespaces this is the same as the qualified name.
For types this is the same as the full name.
- Namespace
- Statiq
.CodeAnalysis - Containing Type
- ISymbolExtensions
Syntax
public static string GetDisplayName(this ISymbol symbol)
Parameters
| Name | Type | Description |
|---|---|---|
| symbol | ISymbol | The symbol. |
Return Value
| Type | Description |
|---|---|
| string | The display name. |