Interface INamedDeclaration
Namespace: Metalama.Framework.Code
Assembly: Metalama.Framework.dll
Syntax
public interface INamedDeclaration : IDeclaration, IDisplayable, IDiagnosticLocation, ICompilationElement, IMeasurable
Properties
Name | Description |
---|---|
Name | Gets the declaration name. If the member is an INamedType or INamespace, the Name property gets the short name of the type or namespace, without the parent namespace. See also Namespace and FullName. |