1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-23 18:18:00 +02:00

made static only stuff a static class

This commit is contained in:
EinBurgbauer 2021-05-17 15:01:49 +02:00
parent 38f4b349f2
commit 46b5bfce1e
7 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
using System.Diagnostics;
namespace System.Text
{
public class UTF16
public static class UTF16
{
public enum EncodeError
{

View file

@ -1,7 +1,7 @@
using System.Diagnostics;
namespace System.Text
{
class UTF8
static class UTF8
{
public const int8[256] sTrailingBytesForUTF8 =
.(