Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
TargetedPatchingOptOutAttribute.cs
Go to the documentation of this file.
1
namespace
System.Runtime
;
2
3
[AttributeUsage(
AttributeTargets
.Constructor |
AttributeTargets
.Method, AllowMultiple =
false
, Inherited =
false
)]
4
public
sealed
class
TargetedPatchingOptOutAttribute
:
Attribute
5
{
6
public
string
Reason
{
get
; }
7
8
public
TargetedPatchingOptOutAttribute
(
string
reason)
9
{
10
Reason
= reason;
11
}
12
}
System.Attribute
Definition
Attribute.cs:12
System.Runtime.TargetedPatchingOptOutAttribute.TargetedPatchingOptOutAttribute
TargetedPatchingOptOutAttribute(string reason)
Definition
TargetedPatchingOptOutAttribute.cs:8
System.Runtime.TargetedPatchingOptOutAttribute.Reason
string Reason
Definition
TargetedPatchingOptOutAttribute.cs:6
System.Runtime.TargetedPatchingOptOutAttribute
Definition
TargetedPatchingOptOutAttribute.cs:5
System.Runtime
Definition
NullablePublicOnlyAttribute.cs:3
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:5
source
System.Private.CoreLib
System.Runtime
TargetedPatchingOptOutAttribute.cs
Generated by
1.10.0