Class ReflectionAttributeProvider
Inheritance
ReflectionAttributeProvider
Namespace: System.Dynamic.ExpandoObject
Assembly: Newtonsoft.Json.dll
Syntax
public class ReflectionAttributeProvider : Newtonsoft.Json.Serialization.IAttributeProvider
Constructors
Declaration
public ReflectionAttributeProvider (object attributeProvider);
Parameters
Methods
Declaration
public System.Collections.Generic.IList<Attribute> GetAttributes (bool inherit);
Parameters
Returns
Implements
Declaration
public System.Collections.Generic.IList<Attribute> GetAttributes (Type attributeType, bool inherit);
Parameters
Returns
Implements