AvailabilityAttribute.Obsoleted 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.
The first version in which the API was obsoleted from a given platform
public ObjCRuntime.Platform Obsoleted { get; set; }
member this.Obsoleted : ObjCRuntime.Platform with get, set
Property Value
The first version in which the API was obsoleted from a given platform
Remarks
This means the API no longer exists and cannot be used at all - a crash at runtime will occur if used on Xamarin. Native code referencing obsolete API will fail to compile (the attribute is enforced by Clang).