Table of Contents

Class ReflectionAttributeProvider

Namespace
Newtonsoft.Json.Serialization
Assembly
Newtonsoft.Json.dll
public class ReflectionAttributeProvider : IAttributeProvider
Inheritance
ReflectionAttributeProvider
Implements
Inherited Members
Extension Methods

Constructors

ReflectionAttributeProvider(object)

public ReflectionAttributeProvider(object attributeProvider)

Parameters

attributeProvider object

Methods

GetAttributes(bool)

public IList<Attribute> GetAttributes(bool inherit)

Parameters

inherit bool

Returns

IList<Attribute>

GetAttributes(Type, bool)

public IList<Attribute> GetAttributes(Type attributeType, bool inherit)

Parameters

attributeType Type
inherit bool

Returns

IList<Attribute>