OnPlatform<T>.iOS Property
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.
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