mirror of
https://github.com/Smaug123/WoofWare.DotnetRuntimeLocator
synced 2025-10-05 07:18:40 +00:00
29 lines
548 B
C#
29 lines
548 B
C#
namespace System.Runtime.CompilerServices
|
|
{
|
|
internal class RequiredMemberAttribute : Attribute
|
|
{
|
|
}
|
|
|
|
internal class CompilerFeatureRequiredAttribute : Attribute
|
|
{
|
|
public CompilerFeatureRequiredAttribute(string name)
|
|
{
|
|
}
|
|
}
|
|
}
|
|
|
|
namespace System.Diagnostics.CodeAnalysis
|
|
{
|
|
[AttributeUsage(AttributeTargets.Constructor)]
|
|
internal sealed class SetsRequiredMembersAttribute : Attribute
|
|
{
|
|
}
|
|
}
|
|
|
|
namespace System.Runtime.CompilerServices
|
|
{
|
|
internal static class IsExternalInit
|
|
{
|
|
}
|
|
}
|