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