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