dtlauncher/DTLib/cs9somefix.cs
2021-07-20 13:17:48 +03:00

9 lines
212 B
C#

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