Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-snapshot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2021-06-15 19:13:56 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2021-06-15 19:13:56 +0300
commit5e43a6f2623613e3fce691aeb1da1071264b760a (patch)
treefa9926fbdcba20dfcdaac0bb2d5a28eaeab457df
parent0f20c15133e907128895e49277549de5ae0d9f9a (diff)
Apply API changes from https://github.com/mono/mono/pull/20886
-rw-r--r--profiles/net_4_x/mscorlib.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/net_4_x/mscorlib.cs b/profiles/net_4_x/mscorlib.cs
index ed83f4a..1ad05a8 100644
--- a/profiles/net_4_x/mscorlib.cs
+++ b/profiles/net_4_x/mscorlib.cs
@@ -1296,8 +1296,8 @@ namespace System
public static string Title { get { throw null; } set { } }
public static bool TreatControlCAsInput { get { throw null; } set { } }
public static int WindowHeight { get { throw null; } [System.MonoLimitationAttribute("Works only on Windows, or with some Xterm-based terminals")]set { } }
- public static int WindowLeft { get { throw null; } [System.MonoLimitationAttribute("Works only on Windows, or with some Xterm-based terminals")]set { } }
- public static int WindowTop { get { throw null; } [System.MonoLimitationAttribute("Works only on Windows, or with some Xterm-based terminals")]set { } }
+ public static int WindowLeft { get { throw null; } [System.MonoLimitationAttribute("Works only on Windows")]set { } }
+ public static int WindowTop { get { throw null; } [System.MonoLimitationAttribute("Works only on Windows")]set { } }
public static int WindowWidth { get { throw null; } [System.MonoLimitationAttribute("Works only on Windows, or with some Xterm-based terminals")]set { } }
public static event System.ConsoleCancelEventHandler CancelKeyPress { add { } remove { } }
public static void Beep() { }