19 lines
740 B
C#
19 lines
740 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.Diagnostics.CodeAnalysis
|
||
|
{
|
||
|
/// <summary>
|
||
|
/// Specifies that this constructor sets all required members for the current type,
|
||
|
/// and callers do not need to set any required members themselves.
|
||
|
/// </summary>
|
||
|
[global::System.AttributeUsage(global::System.AttributeTargets.Constructor, AllowMultiple = false, Inherited = false)]
|
||
|
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage]
|
||
|
public sealed class SetsRequiredMembersAttribute : global::System.Attribute
|
||
|
{
|
||
|
}
|
||
|
}
|