naps2/NAPS2.Images.Gdi/IsExternalInit.cs
2022-06-19 10:51:40 -07:00

5 lines
234 B
C#

// https://sergiopedri.medium.com/enabling-and-using-c-9-features-on-older-and-unsupported-runtimes-ce384d8debb
// ReSharper disable once CheckNamespace
namespace System.Runtime.CompilerServices;
public static class IsExternalInit {}