title | description | author | ms.author | ms.date | ms.topic | ms.assetid | ms.prod |
---|---|---|---|---|---|---|---|
Xamarin.WatchOS SDK API diff: 15.10.0 vs 15.11.0 |
List of API changes between Xamarin.WatchOS versions 15.10.0 and 15.11.0. |
spouliot |
sepoulio |
5/13/2022 |
article |
b92397ca-98a4-850c-ef3f-70325cd51f62 |
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; }
}