Search Results for

    Show / Hide Table of Contents

    Class AttributeCache<T>

    Inheritance
    object
    AttributeCache<T>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9
    Assembly: Glitch9.dll
    Syntax
    public static class AttributeCache<T> where T : Attribute
    Type Parameters
    Name Description
    T

    Methods

    | Edit this page View Source

    Get(object)

    Declaration
    public static T Get(object type)
    Parameters
    Type Name Description
    object type
    Returns
    Type Description
    T
    | Edit this page View Source

    GetDictionary()

    Declaration
    public static Dictionary<object, T> GetDictionary()
    Returns
    Type Description
    Dictionary<object, T>
    | Edit this page View Source

    Get<TType>()

    Declaration
    public static T Get<TType>()
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    TType
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation