Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
TypeIdentifierAttribute.cs
Go to the documentation of this file.
1
namespace
System.Runtime.InteropServices
;
2
3
[AttributeUsage(
AttributeTargets
.Struct |
AttributeTargets
.Enum |
AttributeTargets
.Interface |
AttributeTargets
.Delegate, AllowMultiple =
false
, Inherited =
false
)]
4
public
sealed
class
TypeIdentifierAttribute
:
Attribute
5
{
6
public
string
?
Scope
{
get
; }
7
8
public
string
?
Identifier
{
get
; }
9
10
public
TypeIdentifierAttribute
()
11
{
12
}
13
14
public
TypeIdentifierAttribute
(
string
? scope,
string
? identifier)
15
{
16
Scope
= scope;
17
Identifier
= identifier;
18
}
19
}
System.Attribute
Definition
Attribute.cs:12
System.Runtime.InteropServices.TypeIdentifierAttribute.TypeIdentifierAttribute
TypeIdentifierAttribute()
Definition
TypeIdentifierAttribute.cs:10
System.Runtime.InteropServices.TypeIdentifierAttribute.Identifier
string? Identifier
Definition
TypeIdentifierAttribute.cs:8
System.Runtime.InteropServices.TypeIdentifierAttribute.TypeIdentifierAttribute
TypeIdentifierAttribute(string? scope, string? identifier)
Definition
TypeIdentifierAttribute.cs:14
System.Runtime.InteropServices.TypeIdentifierAttribute.Scope
string? Scope
Definition
TypeIdentifierAttribute.cs:6
System.Runtime.InteropServices.TypeIdentifierAttribute
Definition
TypeIdentifierAttribute.cs:5
System.Runtime.InteropServices
Definition
SequenceMarshal.cs:4
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:5
source
System.Private.CoreLib
System.Runtime.InteropServices
TypeIdentifierAttribute.cs
Generated by
1.10.0