PlatformHelper.IsValid(Platform) Method

Definition

Validates the Platform value against known API versions.

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

Parameters

platform
Platform

Platform to probe.

Returns

Returns ture if the specified Platform value is a known API version.

Applies to