PlatformHelper.ToIosVersion(Platform) Method

Definition

Get the OS version of the specified platform value.

public static ObjCRuntime.Platform ToIosVersion (this ObjCRuntime.Platform platform);
static member ToIosVersion : ObjCRuntime.Platform -> ObjCRuntime.Platform

Parameters

platform
Platform

The platform whose version to get.

Returns

Returns the iOS version of the specified platform value.

Applies to