Welcome to mirror list, hosted at ThFree Co, Russian Federation.

IsExternalInit.cs « Common « tasks « src - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d7be691310347146ea6c8b878bc7ca16a34be252 (plain)
1
2
3
4
5
6
7
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

namespace System.Runtime.CompilerServices
{
    internal sealed class IsExternalInit { }
}