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