mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-21 17:28:00 +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;
|
||||
namespace System.Text
|
||||
{
|
||||
[StaticInitPriority(100)]
|
||||
abstract class Encoding
|
||||
{
|
||||
public enum DecodeError
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue