System.Globalization

January 13, 2025 ยท View on GitHub

 namespace System.Globalization {
     public static class CharUnicodeInfo {
+        public static UnicodeCategory GetUnicodeCategory(int codePoint);
     }
-    public class CultureNotFoundException : ArgumentException, ISerializable
+    public class CultureNotFoundException : ArgumentException
 }