Show / Hide Table of Contents

    Class GenericTypeExtensions

    Inheritance
    object
    GenericTypeExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Code.Library.Extensions
    Assembly: Code.Library.dll
    Syntax
    public static class GenericTypeExtensions

    Methods

    | Improve this Doc View Source

    GetGenericTypeName(object)

    Declaration
    public static string GetGenericTypeName(this object @object)
    Parameters
    Type Name Description
    object object
    Returns
    Type Description
    string
    | Improve this Doc View Source

    GetGenericTypeName(Type)

    Declaration
    public static string GetGenericTypeName(this Type type)
    Parameters
    Type Name Description
    Type type
    Returns
    Type Description
    string
    • Improve this Doc
    • View Source
    Back to top Generated by Abhith Rajan using DocFX