mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2024-11-01 00:46:33 +01:00
14 lines
No EOL
385 B
C#
14 lines
No EOL
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
|
|
} |