Open sandboxFocus

Method GetFullMetadataName

GetFullMetadataName(INamedType)

Gets the full name of a named type in metadata format, i.e. with + as the nested type separator and the 1</code>, <code>2, ... suffixes for generic types.

Declaration
public static string GetFullMetadataName(this INamedType type)
Parameters
Type Name Description
INamedType type

The named type.

Returns
Type Description
string

The full metadata name of the type.