.NET-Community-Toolkit/CommunityToolkit.Mvvm.Sourc.../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
{
}
}