Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Cer.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
public
enum
Cer
5
{
6
None
,
7
MayFail
,
8
Success
9
}
System.Runtime.ConstrainedExecution.Cer
Cer
Definition
Cer.cs:5
System.Runtime.ConstrainedExecution.Cer.Success
@ Success
System.Runtime.ConstrainedExecution.Cer.None
@ None
System.Runtime.ConstrainedExecution.Cer.MayFail
@ MayFail
System.Runtime.ConstrainedExecution
Definition
Cer.cs:1
source
System.Private.CoreLib
System.Runtime.ConstrainedExecution
Cer.cs
Generated by
1.10.0