TryGetAliasName

TryGetAliasName(Type, out string)

public static bool TryGetAliasName(Type type, out string typeName) ;

Description

Get the alias name.

Parameters

Parameter Name Description
type The type to get the alias name.
typeName Output argument of the retrieved type.

Returns

Returns true if there is an alias name.