| title | Xamarin.WatchOS SDK API diff: 15.10.0 vs 15.11.0 |
|---|---|
| description | List of API changes between Xamarin.WatchOS versions 15.10.0 and 15.11.0. |
| author | spouliot |
| ms.author | sepoulio |
| ms.date | 5/20/2022 |
| ms.topic | article |
| ms.assetid | b92397ca-98a4-850c-ef3f-70325cd51f62 |
| ms.prod | xamarin |
Modified fields:
-public const string Version = "15.10.0";
+public const string Version = "15.11.0";Added method:
public static void ThrowArgumentOutOfRangeException (string argumentName, object actualValue, string message);public sealed class NativeNameAttribute : System.Attribute {
// constructors
public NativeNameAttribute (string name);
// properties
public string NativeName { get; set; }
}