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