Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
DependencyAttribute.cs
Go to the documentation of this file.
1
namespace
System.Runtime.CompilerServices
;
2
3
[AttributeUsage(
AttributeTargets
.Assembly, AllowMultiple =
true
)]
4
public
sealed
class
DependencyAttribute
:
Attribute
5
{
6
public
string
DependentAssembly
{
get
; }
7
8
public
LoadHint
LoadHint
{
get
; }
9
10
public
DependencyAttribute
(
string
dependentAssemblyArgument,
LoadHint
loadHintArgument)
11
{
12
DependentAssembly
= dependentAssemblyArgument;
13
LoadHint
= loadHintArgument;
14
}
15
}
System.Attribute
Definition
Attribute.cs:12
System.Runtime.CompilerServices.DependencyAttribute.DependencyAttribute
DependencyAttribute(string dependentAssemblyArgument, LoadHint loadHintArgument)
Definition
DependencyAttribute.cs:10
System.Runtime.CompilerServices.DependencyAttribute.DependentAssembly
string DependentAssembly
Definition
DependencyAttribute.cs:6
System.Runtime.CompilerServices.DependencyAttribute
Definition
DependencyAttribute.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
DependencyAttribute.cs
Generated by
1.10.0