Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
DoesNotReturnIfAttribute.cs
Go to the documentation of this file.
1
namespace
System.Diagnostics.CodeAnalysis
;
2
3
[AttributeUsage(
AttributeTargets
.Parameter, Inherited =
false
)]
4
public
sealed
class
DoesNotReturnIfAttribute
:
Attribute
5
{
6
public
bool
ParameterValue
{
get
; }
7
8
public
DoesNotReturnIfAttribute
(
bool
parameterValue)
9
{
10
ParameterValue
= parameterValue;
11
}
12
}
System.Attribute
Definition
Attribute.cs:12
System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute.ParameterValue
bool ParameterValue
Definition
DoesNotReturnIfAttribute.cs:6
System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute.DoesNotReturnIfAttribute
DoesNotReturnIfAttribute(bool parameterValue)
Definition
DoesNotReturnIfAttribute.cs:8
System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute
Definition
DoesNotReturnIfAttribute.cs:5
System.Diagnostics.CodeAnalysis
Definition
AllowNullAttribute.cs:1
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:5
source
System.Private.CoreLib
System.Diagnostics.CodeAnalysis
DoesNotReturnIfAttribute.cs
Generated by
1.10.0