Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
DefaultParameterValueAttribute.cs
Go to the documentation of this file.
1
namespace
System.Runtime.InteropServices
;
2
3
[AttributeUsage(
AttributeTargets
.Parameter)]
4
public
sealed
class
DefaultParameterValueAttribute
:
Attribute
5
{
6
public
object
?
Value
{
get
; }
7
8
public
DefaultParameterValueAttribute
(
object
?
value
)
9
{
10
Value
=
value
;
11
}
12
}
System.Attribute
Definition
Attribute.cs:12
System.Runtime.InteropServices.DefaultParameterValueAttribute.Value
object? Value
Definition
DefaultParameterValueAttribute.cs:6
System.Runtime.InteropServices.DefaultParameterValueAttribute.DefaultParameterValueAttribute
DefaultParameterValueAttribute(object? value)
Definition
DefaultParameterValueAttribute.cs:8
System.Runtime.InteropServices.DefaultParameterValueAttribute
Definition
DefaultParameterValueAttribute.cs:5
System.Runtime.InteropServices
Definition
SequenceMarshal.cs:4
System.ExceptionArgument.value
@ value
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:5
source
System.Private.CoreLib
System.Runtime.InteropServices
DefaultParameterValueAttribute.cs
Generated by
1.10.0