Show / Hide Table of Contents

    Interface IAttributeProvider

    ReflectionAttributeProvider
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Newtonsoft.Json.dll
    Syntax
    public interface IAttributeProvider

    Methods

    GetAttributes(Boolean)

    Declaration
    public System.Collections.Generic.IList<Attribute> GetAttributes (bool inherit);
    Parameters
    Boolean inherit

    Returns
    IList<Attribute>

    GetAttributes(Type, Boolean)

    Declaration
    public System.Collections.Generic.IList<Attribute> GetAttributes (Type attributeType, bool inherit);
    Parameters
    Type attributeType

    Boolean inherit

    Returns
    IList<Attribute>

    Back to top Azure SDK for Net