Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
SuppressIldasmAttribute.cs
Go to the documentation of this file.
1
namespace
System.Runtime.CompilerServices
;
2
3
[Obsolete(
"SuppressIldasmAttribute has no effect in .NET 6.0+."
, DiagnosticId =
"SYSLIB0025"
, UrlFormat =
"https://aka.ms/dotnet-warnings/{0}"
)]
4
[AttributeUsage(
AttributeTargets
.Assembly |
AttributeTargets
.Module)]
5
public
sealed
class
SuppressIldasmAttribute
:
Attribute
6
{
7
}
System.Attribute
Definition
Attribute.cs:12
System.Runtime.CompilerServices.SuppressIldasmAttribute
Definition
SuppressIldasmAttribute.cs:6
System.Runtime.CompilerServices
Definition
NullablePublicOnlyAttribute.cs:3
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:5
source
System.Private.CoreLib
System.Runtime.CompilerServices
SuppressIldasmAttribute.cs
Generated by
1.10.0