|
hdac SDK
SDK for hdac blockchain development
|
Get and set values for a MemberInfo using dynamic methods. 더 자세히 ...
Public 멤버 함수 | |
| DynamicValueProvider (MemberInfo memberInfo) | |
| Initializes a new instance of the DynamicValueProvider class. 더 자세히 ... | |
| void | SetValue (object target, object value) |
| Sets the value. 더 자세히 ... | |
| object | GetValue (object target) |
| Gets the value. 더 자세히 ... | |
Get and set values for a MemberInfo using dynamic methods.
|
inline |
Initializes a new instance of the DynamicValueProvider class.
| memberInfo | The member info. |
|
inline |
Gets the value.
| target | The target to get the value from. |
|
inline |
Sets the value.
| target | The target to set the value on. |
| value | The value to set on the target. |
1.8.11