Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
AssemblyCultureAttribute.cs
Go to the documentation of this file.
1
namespace
System.Reflection
;
2
3
[AttributeUsage(
AttributeTargets
.Assembly, Inherited =
false
)]
4
public
sealed
class
AssemblyCultureAttribute
:
Attribute
5
{
6
public
string
Culture
{
get
; }
7
8
public
AssemblyCultureAttribute
(
string
culture
)
9
{
10
Culture
=
culture
;
11
}
12
}
System.Attribute
Definition
Attribute.cs:12
System.Reflection.AssemblyCultureAttribute.Culture
string Culture
Definition
AssemblyCultureAttribute.cs:6
System.Reflection.AssemblyCultureAttribute.AssemblyCultureAttribute
AssemblyCultureAttribute(string culture)
Definition
AssemblyCultureAttribute.cs:8
System.Reflection.AssemblyCultureAttribute
Definition
AssemblyCultureAttribute.cs:5
System.Reflection
Definition
ICustomTypeProvider.cs:1
System.ExceptionArgument.culture
@ culture
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:5
source
System.Private.CoreLib
System.Reflection
AssemblyCultureAttribute.cs
Generated by
1.10.0