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