1
0
mirror of https://github.com/chylex/.NET-Community-Toolkit.git synced 2024-10-17 06:42:48 +02:00
.NET-Community-Toolkit/CommunityToolkit.Mvvm.SourceGenerators/EmbeddedResources/NotNullAttribute.cs

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
{
}
}