Method CopyTo
CopyTo(ScalableSettingValue<T>)
Copy the values of this instance to target
.
Declaration
public void CopyTo(ScalableSettingValue<T> target)
Parameters
Type | Name | Description |
---|---|---|
ScalableSettingValue<T> | target | The target of the copy. Must not be null. |