* Fix linter errors * Fix linter errors * Fix linter errors * Fix linter errors * Fix linter errors * Fix linter errors * Fix linter errors * Fix linter errors * Fix linter errors * Update linter errors
339 B
339 B
System.Globalization
namespace System.Globalization {
public static class CharUnicodeInfo {
+ public static UnicodeCategory GetUnicodeCategory(int codePoint);
}
- public class CultureNotFoundException : ArgumentException, ISerializable
+ public class CultureNotFoundException : ArgumentException
}