Get full type name with full namespace names.
- Namespace
- Statiq
.Core - Containing Type
- ReflectionHelper
Syntax
public static string GetTypeName(Type type)
Parameters
Name | Type | Description |
---|---|---|
type | Type | Type. May be generic or nullable. |
Return Value
Type | Description |
---|---|
string | Full type name, fully qualified namespaces. |