Show / Hide Table of Contents

    Class CachedAttributeGetter<T>

    Inheritance
    System.Object
    CachedAttributeGetter<T>
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Bayat.Json.Serialization
    Assembly: Bayat.Json.Runtime.dll
    Syntax
    public static class CachedAttributeGetter<T>
        where T : Attribute
    Type Parameters
    Name Description
    T

    Methods

    | Improve this Doc View Source

    GetAttribute(Object)

    Declaration
    public static T GetAttribute(object type)
    Parameters
    Type Name Description
    System.Object type
    Returns
    Type Description
    T
    • Improve this Doc
    • View Source
    • 0 Comments