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
GetAttributes(Type, bool)
public IList<Attribute> GetAttributes(Type attributeType, bool inherit)