mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-17 23:56:05 +02:00
Static init priority changes, Platform hooking
This commit is contained in:
parent
e478462487
commit
1de07d0ee4
13 changed files with 328 additions and 87 deletions
|
@ -53,7 +53,7 @@ namespace System {
|
|||
NoThrowOnInvalidTime = 2
|
||||
}
|
||||
|
||||
[StaticInitPriority(100)]
|
||||
[StaticInitPriority(200)]
|
||||
sealed public class TimeZoneInfo : IEquatable<TimeZoneInfo>
|
||||
{
|
||||
// ---- SECTION: members supporting exposed properties -------------*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue