Json.NET Documentation
Json.NET Documentation
API Reference
Newtonsoft.Json.Serialization
ReflectionAttributeProvider Class
ReflectionAttributeProvider Constructor
ReflectionAttributeProvider Methods
ReflectionAttributeProvider Constructor
Initializes a new instance of the
ReflectionAttributeProvider
class.
Namespace:
Newtonsoft.Json.Serialization
Assembly:
Newtonsoft.Json (in Newtonsoft.Json.dll) Version: 12.0.1+509643a8952ce731e0207710c429ad6e67dc43db
Syntax
C#
Copy
public
ReflectionAttributeProvider
(
Object
attributeProvider
)
Parameters
attributeProvider
Type:
System
Object
The instance to get attributes for. This parameter should be a
Type
,
MemberInfo
,
ParameterInfo
or
Assembly
.
See Also
Reference
ReflectionAttributeProvider Class
Newtonsoft.Json.Serialization Namespace
Json.NET Home