Interface IValueProvider
Namespace: System.Dynamic.ExpandoObject
Assembly: Newtonsoft.Json.dll
Syntax
public interface IValueProvider
Methods
Declaration
public object GetValue (object target);
Parameters
Returns
Declaration
public void SetValue (object target, object value);
Parameters