Initial Commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace System.Diagnostics.CodeAnalysis;
|
||||
|
||||
[AttributeUsage(
|
||||
AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Parameter |
|
||||
AttributeTargets.ReturnValue, AllowMultiple = true)]
|
||||
internal sealed class NotNullAttribute : Attribute
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user