Class 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>
|