TypeNameHelper.GetTypeDisplayName(Type) Method

Definition

Pretty prints a type name.

public:
 static System::String ^ GetTypeDisplayName(Type ^ type);
public static string GetTypeDisplayName(Type type);
static member GetTypeDisplayName : Type -> string
Public Shared Function GetTypeDisplayName (type As Type) As String

Parameters

type
Type

Returns

Applies to