Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
PrePrepareMethodAttribute.cs
Go to the documentation of this file.
1
namespace
System.Runtime.ConstrainedExecution
;
2
3
[Obsolete(
"The Constrained Execution Region (CER) feature is not supported."
, DiagnosticId =
"SYSLIB0004"
, UrlFormat =
"https://aka.ms/dotnet-warnings/{0}"
)]
4
[AttributeUsage(
AttributeTargets
.Constructor |
AttributeTargets
.Method, Inherited =
false
)]
5
public
sealed
class
PrePrepareMethodAttribute
:
Attribute
6
{
7
}
System.Attribute
Definition
Attribute.cs:12
System.Runtime.ConstrainedExecution.PrePrepareMethodAttribute
Definition
PrePrepareMethodAttribute.cs:6
System.Runtime.ConstrainedExecution
Definition
Cer.cs:1
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:5
source
System.Private.CoreLib
System.Runtime.ConstrainedExecution
PrePrepareMethodAttribute.cs
Generated by
1.10.0