MetalamaAPI documentationAspect APIMetalama.​Framework.​CodeINamed­DeclarationName
Open sandboxFocus

INamedDeclaration.Name Property

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.

Declaration
string Name { get; }
Property Value
Type Description
System.String