Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
MaybeNullAttribute.cs
Go to the documentation of this file.
1
namespace
System.Diagnostics.CodeAnalysis
;
2
3
[AttributeUsage(
AttributeTargets
.Property |
AttributeTargets
.Field |
AttributeTargets
.Parameter |
AttributeTargets
.ReturnValue, Inherited =
false
)]
4
public
sealed
class
MaybeNullAttribute
:
Attribute
5
{
6
}
System.Attribute
Definition
Attribute.cs:12
System.Diagnostics.CodeAnalysis.MaybeNullAttribute
Definition
MaybeNullAttribute.cs:5
System.Diagnostics.CodeAnalysis
Definition
AllowNullAttribute.cs:1
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:5
source
System.Private.CoreLib
System.Diagnostics.CodeAnalysis
MaybeNullAttribute.cs
Generated by
1.10.0