Show / Hide Table of Contents

    Class ReflectionAttributeProvider

    Inheritance
    Object
    ReflectionAttributeProvider
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Newtonsoft.Json.dll
    Syntax
    public class ReflectionAttributeProvider : Newtonsoft.Json.Serialization.IAttributeProvider

    Constructors

    ReflectionAttributeProvider(Object)

    Declaration
    public ReflectionAttributeProvider (object attributeProvider);
    Parameters
    Object attributeProvider

    Methods

    GetAttributes(Boolean)

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

    Returns
    IList<Attribute>

    Implements
    IAttributeProvider.GetAttributes(Boolean)

    GetAttributes(Type, Boolean)

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

    Boolean inherit

    Returns
    IList<Attribute>

    Implements
    IAttributeProvider.GetAttributes(Type, Boolean)
    Back to top Azure SDK for Net