Files

9 lines
187 B
C#

// ReSharper disable once CheckNamespace
namespace System.Runtime.CompilerServices;
// Need this to be able to define records in the project
internal static class IsExternalInit
{
}