SetValue(object?, object?)
Sets the value of the field or property on the specified object.
Declaration
public void SetValue(object? obj, object? value)Parameters
| Type | Name | Description |
|---|---|---|
| object | obj | The object on which to set the value. |
| object | value | The value to set. |