hdac SDK
SDK for hdac blockchain development
|
Get and set values for a MemberInfo using reflection. 더 자세히 ...
Public 멤버 함수 | |
ReflectionValueProvider (MemberInfo memberInfo) | |
Initializes a new instance of the ReflectionValueProvider 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 reflection.
|
inline |
Initializes a new instance of the ReflectionValueProvider 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. |