PostSharpAPI ReferencePost­Sharp.​Patterns.​DiagnosticsLogging­Namespace­SourceDisplay­Full­Name
Open sandboxFocus

LoggingNamespaceSource.DisplayFullName Property

DisplayFullName

Gets the full name of the current type or namespace (including the parent namespace). For generic types, the DisplayFullName property does not include the arity, i.e. the full name of List<T> is System.Collections.Generic.List. If this source is based on a source name rather than a type, this is the complete source name.

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