SetValue
public void SetValue(object value) ;
Set the value
Parameter Name | Description |
---|---|
value | The value to be set |
public void SetValue<T>(T value) ;
Set the value.
Type Parameter Name | Description | Type Constraints |
---|---|---|
T | Value type |
Parameter Name | Description |
---|---|
value | Value |