OnPlatform<T>.Implicit(OnPlatform<T> to T) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Casts the type to the version that corresponds to the platform.
public static implicit operator T (Xamarin.Forms.OnPlatform<T> onPlatform);
static member op_Implicit : Xamarin.Forms.OnPlatform<'T> -> 'T
Parameters
- onPlatform
- OnPlatform<T>
The platform to convert.
Returns
T