TryGetAliasName
public static bool TryGetAliasName(Type type, out string typeName) ;
Get the alias name.
Parameter Name | Description |
---|---|
type | The type to get the alias name. |
typeName | Output argument of the retrieved type. |
Returns true if there is an alias name.