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