TypeUtility.GetTypeDisplayName

Declaration

public static string GetTypeDisplayName(Type type);

Parameters

type The <see cref="System.Type" /> we want the name of.

Returns

string The display name of the type.

Description

Utility method to get the name of a type which includes the parent type(s).


Did you find this page useful? Please give it a rating: