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