mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-21 01:18:02 +02:00
Fix Encoding static init priority
This commit is contained in:
parent
c2ed0d4afe
commit
f1688df047
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
using System.Diagnostics;
|
using System.Diagnostics;
|
||||||
namespace System.Text
|
namespace System.Text
|
||||||
{
|
{
|
||||||
|
[StaticInitPriority(100)]
|
||||||
abstract class Encoding
|
abstract class Encoding
|
||||||
{
|
{
|
||||||
public enum DecodeError
|
public enum DecodeError
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue