OnPlatform<T>.iOS Property

Definition

Caution

This API is now deprecated.

Gets or sets the type as it is implemented on the iOS platform.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete]
public T iOS { get; set; }
member this.iOS : 'T with get, set

Property Value

T

The type as it is implemented on the iOS platform.

Attributes
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

Applies to