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