DTLib/DTLib.Network/FrameworkFix.cs

8 lines
209 B
C#

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