Class TypeExtensions
Extensions for the Type class
Inheritance
System.Object
TypeExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Dapplo.HttpExtensions.Extensions
Assembly: Dapplo.HttpExtensions.dll
Syntax
public static class TypeExtensions
Methods
| Improve this Doc View SourceFriendlyName(Type)
Get the name of a type which is readable, even if generics are used.
Declaration
public static string FriendlyName(this Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type | Type |
Returns
Type | Description |
---|---|
System.String | string |