Метод | Описание | |
---|---|---|
GetValue ( object target ) : object |
Gets the value.
|
|
ReflectionValueProvider ( |
Initializes a new instance of the ReflectionValueProvider class.
|
|
SetValue ( object target, object value ) : void |
Sets the value.
|
public GetValue ( object target ) : object | ||
target | object | The target to get the value from. |
Результат | object |
public ReflectionValueProvider ( |
||
memberInfo | The member info. | |
Результат | System |
public SetValue ( object target, object value ) : void | ||
target | object | The target to set the value on. |
value | object | The value to set on the target. |
Результат | void |