Method SetValue
SetValue(object)
Set the value of the field.
Declaration
public void SetValue(object value)
Parameters
| Type | Name | Description |
|---|---|---|
| object | value | Input value. |
Implements
SetValue(T)
Set the value of the field.
Declaration
public virtual void SetValue(T value)
Parameters
| Type | Name | Description |
|---|---|---|
| T | value | Input value. |