PlatformHelper.IsIos(Platform) Method

Definition

Determines if the specified platform is iOS.

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

Parameters

platform
Platform

Platform to probe.

Returns

Applies to