- NSUnitLength - NSUnitLength() 
- NSUnitLength(IntPtr) 
- NSUnitLength(NativeHandle) 
- NSUnitLength(NSCoder) 
- NSUnitLength(NSObjectFlag) 
- NSUnitLength(String, NSUnitConverter) 
- AstronomicalUnits 
- BaseUnit 
- Centimeters 
- ClassHandle 
- Decameters 
- Decimeters 
- Fathoms 
- Feet 
- Furlongs 
- Hectometers 
- Inches 
- Kilometers 
- Lightyears 
- Megameters 
- Meters 
- Micrometers 
- Miles 
- Millimeters 
- Nanometers 
- NauticalMiles 
- Parsecs 
- Picometers 
- ScandinavianMiles 
- Yards 
- EncodeTo(NSCoder) 
 
xamarinwatchos
    namespace Foundation
{
    [Introduced(PlatformName.WatchOS, 3, 0, PlatformArchitecture.All, null)]
    [Introduced(PlatformName.TvOS, 10, 0, PlatformArchitecture.All, null)]
    [Introduced(PlatformName.MacOSX, 10, 12, PlatformArchitecture.All, null)]
    [Introduced(PlatformName.iOS, 10, 0, PlatformArchitecture.All, null)]
    [Register("NSUnitLength", true)]
    public class NSUnitLength : NSDimension, INSCoding, INSSecureCoding, INativeObject, IDisposable
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        public static NSUnitLength! Miles
        {
            [Export("miles", ArgumentSemantic.Copy)]
            get;
        }
    }
}
            | .NET | 6.07.08.09.0 | 
|---|---|
| Information specific to xamarinwatchos | |
| Assembly | Xamarin.WatchOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 | 
| Referencing | The API is automatically referenced. | 
| Platform Restrictions | This framework does not have platform annotations. | 
- Built-in API
- Package-provided API