Terraria
v1.4.4.9
Terraria source code documentation
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Events
_
a
c
d
e
f
i
l
m
o
p
r
s
t
u
w
Files
File List
File Members
All
Enumerations
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Properties
Events
Macros
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
}
12
public
NullablePublicOnlyAttribute
(
bool
P_0) {
…
}
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.Net.WebClient
System.Runtime.CompilerServices
NullablePublicOnlyAttribute.cs
Generated by
1.10.0