Method GetNameWithFullGenericArguments
GetNameWithFullGenericArguments(Type)
Returns a human-readable name for a class with its assembly qualified generic arguments filled in.
Declaration
public static string GetNameWithFullGenericArguments(this Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | type | The type to get a name for. |
Returns
| Type | Description |
|---|---|
| string | The human-readable name. |