Method GetCanonicalName
GetCanonicalName(Type)
Gets the type name without the suffix of the abstract base class it implements. If the class is generic, it will add the word "Generic" to the suffix in place of "`" to ensure the name is ASCII-only.
Declaration
protected static string GetCanonicalName(Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type | The |
Returns
Type | Description |
---|---|
System.String | The canonical name of the service. |