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
ContractPublicPropertyNameAttribute.cs
Go to the documentation of this file.
1
namespace
System.Diagnostics.Contracts
;
2
3
[
Conditional
(
"CONTRACTS_FULL"
)]
4
[AttributeUsage(
AttributeTargets
.Field)]
5
public
sealed
class
ContractPublicPropertyNameAttribute
:
Attribute
6
{
7
private
readonly
string
_publicName
;
8
9
public
string
Name
=>
_publicName
;
10
11
public
ContractPublicPropertyNameAttribute
(
string
name)
12
{
13
_publicName
= name;
14
}
11
public
ContractPublicPropertyNameAttribute
(
string
name) {
…
}
15
}
5
public
sealed
class
ContractPublicPropertyNameAttribute
:
Attribute
{
…
};
System.Attribute
Definition
Attribute.cs:12
System.Diagnostics.Contracts.ContractPublicPropertyNameAttribute._publicName
readonly string _publicName
Definition
ContractPublicPropertyNameAttribute.cs:7
System.Diagnostics.Contracts.ContractPublicPropertyNameAttribute.Name
string Name
Definition
ContractPublicPropertyNameAttribute.cs:9
System.Diagnostics.Contracts.ContractPublicPropertyNameAttribute.ContractPublicPropertyNameAttribute
ContractPublicPropertyNameAttribute(string name)
Definition
ContractPublicPropertyNameAttribute.cs:11
System.Diagnostics.Contracts.ContractPublicPropertyNameAttribute
Definition
ContractPublicPropertyNameAttribute.cs:6
System.Diagnostics.Contracts
Definition
Contract.cs:6
System.Linq.Expressions.ExpressionType.Conditional
@ Conditional
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:5
source
System.Private.CoreLib
System.Diagnostics.Contracts
ContractPublicPropertyNameAttribute.cs
Generated by
1.10.0