Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
NullablePublicOnlyAttribute.cs
Go to the documentation of this file.
1
using
Microsoft.CodeAnalysis
;
2
3
namespace
System.Runtime.CompilerServices
;
4
5
[CompilerGenerated]
6
[
Microsoft
.
CodeAnalysis
.Embedded]
7
[AttributeUsage(
AttributeTargets
.Module, AllowMultiple =
false
, Inherited =
false
)]
8
internal
sealed
class
NullablePublicOnlyAttribute :
Attribute
9
{
10
public
readonly
bool
IncludesInternals
;
11
12
public
NullablePublicOnlyAttribute
(
bool
P_0)
13
{
14
IncludesInternals
= P_0;
15
}
16
}
System.Runtime.CompilerServices.NullablePublicOnlyAttribute.IncludesInternals
readonly bool IncludesInternals
Definition
NullablePublicOnlyAttribute.cs:10
System.Runtime.CompilerServices.NullablePublicOnlyAttribute.NullablePublicOnlyAttribute
NullablePublicOnlyAttribute(bool P_0)
Definition
NullablePublicOnlyAttribute.cs:12
Microsoft.CodeAnalysis
Definition
EmbeddedAttribute.cs:4
Microsoft
Definition
AlphaTestEffect.cs:1
System.Data.MappingType.Attribute
@ Attribute
System.Runtime.CompilerServices
Definition
NullablePublicOnlyAttribute.cs:3
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:5
source
System.Threading.Tasks.Parallel
System.Runtime.CompilerServices
NullablePublicOnlyAttribute.cs
Generated by
1.10.0