Class TypeExtensions

Defines extensions for the System.Type type.

Inheritance
System.Object
TypeExtensions
Namespace: Solti.Utils.Primitives
Assembly: Solti.Utils.Primitives.dll
Syntax
public static class TypeExtensions : Object

Methods

GetFriendlyName(Type)

Gets the friendly name of the given type.

Declaration
public static string GetFriendlyName(this Type src)
Parameters
Type Name Description
System.Type src
Returns
Type Description
System.String
In This Article
Back to top Generated by DocFX