Interface IValueProvider
- Namespace
- Newtonsoft.Json.Serialization
- Assembly
- Newtonsoft.Json.dll
public interface IValueProvider
- Extension Methods
Methods
GetValue(object)
object? GetValue(object target)
Parameters
target
object
Returns
SetValue(object, object?)
void SetValue(object target, object? value)