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