Json.NET Documentation
Json.NET Documentation
API Reference
Newtonsoft.Json.Serialization
ReflectionValueProvider Class
ReflectionValueProvider Methods
GetValue Method
SetValue Method
ReflectionValueProvider
GetValue Method
Gets the value.
Namespace:
Newtonsoft.Json.Serialization
Assembly:
Newtonsoft.Json (in Newtonsoft.Json.dll) Version: 12.0.1+509643a8952ce731e0207710c429ad6e67dc43db
Syntax
C#
Copy
public
Object
GetValue
(
Object
target
)
Parameters
target
Type:
System
Object
The target to get the value from.
Return Value
Type:
Object
The value.
Implements
IValueProvider
GetValue(Object)
See Also
Reference
ReflectionValueProvider Class
Newtonsoft.Json.Serialization Namespace
Json.NET Home