Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
DispIdAttribute.cs
Go to the documentation of this file.
1
namespace
System.Runtime.InteropServices
;
2
3
[AttributeUsage(
AttributeTargets
.Method |
AttributeTargets
.Property |
AttributeTargets
.Field |
AttributeTargets
.Event, Inherited =
false
)]
4
public
sealed
class
DispIdAttribute
:
Attribute
5
{
6
public
int
Value
{
get
; }
7
8
public
DispIdAttribute
(
int
dispId)
9
{
10
Value
= dispId;
11
}
12
}
System.Attribute
Definition
Attribute.cs:12
System.Runtime.InteropServices.DispIdAttribute.DispIdAttribute
DispIdAttribute(int dispId)
Definition
DispIdAttribute.cs:8
System.Runtime.InteropServices.DispIdAttribute.Value
int Value
Definition
DispIdAttribute.cs:6
System.Runtime.InteropServices.DispIdAttribute
Definition
DispIdAttribute.cs:5
System.Runtime.InteropServices
Definition
SequenceMarshal.cs:4
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:5
source
System.Private.CoreLib
System.Runtime.InteropServices
DispIdAttribute.cs
Generated by
1.10.0