Table of Contents

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

object

SetValue(object, object?)

void SetValue(object target, object? value)

Parameters

target object
value object