Property FullName
FullName
Gets the full name of the current type or namespace (including the parent namespace).
For generic types, the FullName property includes the arity, i.e. the full name of List<T>
is System.Collections.Generic.List`1
.
If this source is based on a source name rather than a type, this is the complete source name.
Declaration
public string FullName { get; }
Property Value
Type | Description |
---|---|
String |