Class XType
- Namespace
- Prefrontal.Common.Extensions
- Assembly
- Prefrontal.Core.dll
Provides extension methods for Type.
public static class XType
- Inheritance
-
XType
- Inherited Members
Methods
ToVerboseString(Type?)
Converts a Type to a verbose string representation. This works especially well for generic types and arrays.
public static string ToVerboseString(this Type? type)
Parameters
type
TypeThe target type.
Returns
- string
A string representation of the type.