sharee.bike-App/TINKLib/CSharp9.cs
Anja Müller-Meißner 573fe77e12 Version 3.0.337
2022-08-30 15:42:25 +02:00

14 lines
385 B
C#

// ReSharper disable once CheckNamespace
namespace System.Runtime.CompilerServices
{
#if USCSHARP9
/// <summary>
/// Reserved to be used by the compiler for tracking metadata.
/// This class should not be used by developers in source code.
/// </summary>
[EditorBrowsable(EditorBrowsableState.Never)]
internal static class IsExternalInit
{
}
#endif
}