dtlauncher/.old 6/DTLib/cs9somefix.cs

9 lines
214 B
C#

// включает init и record из c# 9.0
using System.ComponentModel;
namespace System.Runtime.CompilerServices
{
[EditorBrowsable(EditorBrowsableState.Never)]
internal class IsExternalInit { }
}