mirror of
https://github.com/chylex/.NET-Community-Toolkit.git
synced 2024-11-24 07:42:45 +01:00
15 lines
522 B
C#
15 lines
522 B
C#
// <auto-generated/>
|
|
|
|
#pragma warning disable
|
|
|
|
namespace System.Diagnostics.CodeAnalysis
|
|
{
|
|
/// <summary>
|
|
/// Specifies that an output will not be null even if the corresponding type allows it.
|
|
/// Also specifies that an input argument was not null when the call returns.
|
|
/// </summary>
|
|
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Parameter | AttributeTargets.Property | AttributeTargets.ReturnValue, Inherited = false)]
|
|
internal sealed class NotNullAttribute : Attribute
|
|
{
|
|
}
|
|
} |