hdac SDK
SDK for hdac blockchain development
|
Provides methods to get and set values. 더 자세히 ...
Public 멤버 함수 | |
void | SetValue (object target, object value) |
Sets the value. 더 자세히 ... | |
object | GetValue (object target) |
Gets the value. 더 자세히 ... | |
Provides methods to get and set values.
object Newtonsoft.Json.Serialization.IValueProvider.GetValue | ( | object | target | ) |
Gets the value.
target | The target to get the value from. |
Newtonsoft.Json.Serialization.DynamicValueProvider, Newtonsoft.Json.Serialization.ReflectionValueProvider에서 구현되었습니다.
void Newtonsoft.Json.Serialization.IValueProvider.SetValue | ( | object | target, |
object | value | ||
) |
Sets the value.
target | The target to set the value on. |
value | The value to set on the target. |
Newtonsoft.Json.Serialization.DynamicValueProvider, Newtonsoft.Json.Serialization.ReflectionValueProvider에서 구현되었습니다.