Table of Contents

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 Type

The target type.

Returns

string

A string representation of the type.