24 lines
823 B
C#
24 lines
823 B
C#
|
// <auto-generated/>
|
||
|
#pragma warning disable
|
||
|
#nullable enable annotations
|
||
|
|
||
|
// 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
|
||
|
{
|
||
|
/// <summary>
|
||
|
/// Specifies that a type has required members or that a member is required.
|
||
|
/// </summary>
|
||
|
[global::System.AttributeUsage(
|
||
|
global::System.AttributeTargets.Class |
|
||
|
global::System.AttributeTargets.Struct |
|
||
|
global::System.AttributeTargets.Field |
|
||
|
global::System.AttributeTargets.Property,
|
||
|
AllowMultiple = false,
|
||
|
Inherited = false)]
|
||
|
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage]
|
||
|
public sealed class RequiredMemberAttribute : global::System.Attribute
|
||
|
{
|
||
|
}
|
||
|
}
|