Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
RuntimeCompatibilityAttribute.cs
Go to the documentation of this file.
1
namespace
System.Runtime.CompilerServices
;
2
3
[AttributeUsage(
AttributeTargets
.Assembly, Inherited =
false
, AllowMultiple =
false
)]
4
public
sealed
class
RuntimeCompatibilityAttribute
:
Attribute
5
{
6
public
bool
WrapNonExceptionThrows
{
get
;
set
; }
7
}
System.Attribute
Definition
Attribute.cs:12
System.Runtime.CompilerServices.RuntimeCompatibilityAttribute.WrapNonExceptionThrows
bool WrapNonExceptionThrows
Definition
RuntimeCompatibilityAttribute.cs:6
System.Runtime.CompilerServices.RuntimeCompatibilityAttribute
Definition
RuntimeCompatibilityAttribute.cs:5
System.Runtime.CompilerServices
Definition
NullablePublicOnlyAttribute.cs:3
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:5
source
System.Private.CoreLib
System.Runtime.CompilerServices
RuntimeCompatibilityAttribute.cs
Generated by
1.10.0