Operator implicit operator
implicit operator T(UserSetting<T>)
Implicit cast to backing type.
Declaration
public static implicit operator T(UserSetting<T> pref)
Parameters
| Type | Name | Description |
|---|---|---|
| UserSetting<T> | pref | The UserSetting{T} to cast to {T}. |
Returns
| Type | Description |
|---|---|
| T | The currently stored value. |