22 lines
757 B
C#
22 lines
757 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 null is allowed as an input even if the corresponding type disallows it.
|
||
|
/// </summary>
|
||
|
[global::System.AttributeUsage(
|
||
|
global::System.AttributeTargets.Field |
|
||
|
global::System.AttributeTargets.Parameter |
|
||
|
global::System.AttributeTargets.Property,
|
||
|
Inherited = false)]
|
||
|
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage]
|
||
|
public sealed class AllowNullAttribute : global::System.Attribute
|
||
|
{
|
||
|
}
|
||
|
}
|