Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
GuidAttribute.cs
Go to the documentation of this file.
1
namespace
System.Runtime.InteropServices
;
2
3
[AttributeUsage(
AttributeTargets
.Assembly |
AttributeTargets
.Class |
AttributeTargets
.Struct |
AttributeTargets
.Enum |
AttributeTargets
.Interface |
AttributeTargets
.Delegate, Inherited =
false
)]
4
public
sealed
class
GuidAttribute
:
Attribute
5
{
6
public
string
Value
{
get
; }
7
8
public
GuidAttribute
(
string
guid)
9
{
10
Value
= guid;
11
}
12
}
System.Attribute
Definition
Attribute.cs:12
System.Runtime.InteropServices.GuidAttribute.GuidAttribute
GuidAttribute(string guid)
Definition
GuidAttribute.cs:8
System.Runtime.InteropServices.GuidAttribute.Value
string Value
Definition
GuidAttribute.cs:6
System.Runtime.InteropServices.GuidAttribute
Definition
GuidAttribute.cs:5
System.Runtime.InteropServices
Definition
SequenceMarshal.cs:4
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:5
source
System.Private.CoreLib
System.Runtime.InteropServices
GuidAttribute.cs
Generated by
1.10.0