Search Results for

    Show / Hide Table of Contents

    Class PropertyInfoCache

    Inheritance
    object
    PropertyInfoCache
    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 PropertyInfoCache

    Methods

    | Edit this page View Source

    Get(Type)

    Declaration
    public static List<PropertyInfo> Get(Type type)
    Parameters
    Type Name Description
    Type type
    Returns
    Type Description
    List<PropertyInfo>
    | Edit this page View Source

    Get<T>()

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