SetValue() public method

public SetValue ( object target, object propertyValue ) : void
target object
propertyValue object
return void
Example #1
0
 public void SetValue(object target, object propertyValue)
 {
     _getter.SetValue(target, propertyValue);
 }