SetValue
SetValue<T>(T)
public bool SetValue<T>(T value) ;
Description
Set the value of the parameter.
Type Parameters
| Type Parameter Name | Description | Type Constraints |
|---|---|---|
| T | Type of value to set |
Parameters
| Parameter Name | Description |
|---|---|
| value | Value to set |
Returns
Returns true if the setting is successful
SetValue<T>(IValueGetter)
Description
Set the value of the parameter.
Type Parameters
| Type Parameter Name | Description | Type Constraints |
|---|---|---|
| T | Type of value to set |
Parameters
| Parameter Name | Description |
|---|---|
| valueGetter | Interface to get the value to set |
Returns
Returns true if the setting is successful
SetValue(IValueGetter)
Description
Set the value of the parameter.
Parameters
| Parameter Name | Description |
|---|---|
| valueGetter | Interface to get the value to set |
Returns
Returns true if the setting is successful