Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
MethodImplAttribute.cs
Go to the documentation of this file.
1
namespace
System.Runtime.CompilerServices
;
2
3
[AttributeUsage(
AttributeTargets
.Constructor |
AttributeTargets
.Method, Inherited =
false
)]
4
public
sealed
class
MethodImplAttribute
:
Attribute
5
{
6
public
MethodCodeType
MethodCodeType
;
7
8
public
MethodImplOptions
Value
{
get
; }
9
10
public
MethodImplAttribute
(
MethodImplOptions
methodImplOptions)
11
{
12
Value
= methodImplOptions;
13
}
14
15
public
MethodImplAttribute
(
short
value
)
16
{
17
Value
= (
MethodImplOptions
)
value
;
18
}
19
20
public
MethodImplAttribute
()
21
{
22
}
23
}
System.Attribute
Definition
Attribute.cs:12
System.Runtime.CompilerServices.MethodImplAttribute.MethodCodeType
MethodCodeType MethodCodeType
Definition
MethodImplAttribute.cs:6
System.Runtime.CompilerServices.MethodImplAttribute.MethodImplAttribute
MethodImplAttribute(short value)
Definition
MethodImplAttribute.cs:15
System.Runtime.CompilerServices.MethodImplAttribute.Value
MethodImplOptions Value
Definition
MethodImplAttribute.cs:8
System.Runtime.CompilerServices.MethodImplAttribute.MethodImplAttribute
MethodImplAttribute()
Definition
MethodImplAttribute.cs:20
System.Runtime.CompilerServices.MethodImplAttribute.MethodImplAttribute
MethodImplAttribute(MethodImplOptions methodImplOptions)
Definition
MethodImplAttribute.cs:10
System.Runtime.CompilerServices.MethodImplAttribute
Definition
MethodImplAttribute.cs:5
System.Runtime.CompilerServices.MethodCodeType
MethodCodeType
Definition
MethodCodeType.cs:4
System.Runtime.CompilerServices.MethodImplOptions
MethodImplOptions
Definition
MethodImplOptions.cs:5
System.Runtime.CompilerServices
Definition
NullablePublicOnlyAttribute.cs:3
System.ExceptionArgument.value
@ value
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:5
source
System.Private.CoreLib
System.Runtime.CompilerServices
MethodImplAttribute.cs
Generated by
1.10.0