Files
SlaveMatrix-SDL/2DGAMELIB/System.Diagnostics.CodeAnalysis/AllowNullAttribute.cs
2025-05-05 19:40:03 -07:00

6 lines
198 B
C#

namespace System.Diagnostics.CodeAnalysis;
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Parameter)]
internal sealed class AllowNullAttribute : Attribute
{
}