Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
AccessedThroughPropertyAttribute.cs
Go to the documentation of this file.
1
namespace
System.Runtime.CompilerServices
;
2
3
[AttributeUsage(
AttributeTargets
.Field)]
4
public
sealed
class
AccessedThroughPropertyAttribute
:
Attribute
5
{
6
public
string
PropertyName
{
get
; }
7
8
public
AccessedThroughPropertyAttribute
(
string
propertyName)
9
{
10
PropertyName
= propertyName;
11
}
12
}
System.Attribute
Definition
Attribute.cs:12
System.Runtime.CompilerServices.AccessedThroughPropertyAttribute.AccessedThroughPropertyAttribute
AccessedThroughPropertyAttribute(string propertyName)
Definition
AccessedThroughPropertyAttribute.cs:8
System.Runtime.CompilerServices.AccessedThroughPropertyAttribute.PropertyName
string PropertyName
Definition
AccessedThroughPropertyAttribute.cs:6
System.Runtime.CompilerServices.AccessedThroughPropertyAttribute
Definition
AccessedThroughPropertyAttribute.cs:5
System.Runtime.CompilerServices
Definition
NullablePublicOnlyAttribute.cs:3
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:5
source
System.Private.CoreLib
System.Runtime.CompilerServices
AccessedThroughPropertyAttribute.cs
Generated by
1.10.0