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