Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
TypeForwardedToAttribute.cs
Go to the documentation of this file.
1
namespace
System.Runtime.CompilerServices
;
2
3
[AttributeUsage(
AttributeTargets
.Assembly, AllowMultiple =
true
, Inherited =
false
)]
4
public
sealed
class
TypeForwardedToAttribute
:
Attribute
5
{
6
public
Type
Destination
{
get
; }
7
8
public
TypeForwardedToAttribute
(
Type
destination
)
9
{
10
Destination
=
destination
;
11
}
12
}
System.Attribute
Definition
Attribute.cs:12
System.Runtime.CompilerServices.TypeForwardedToAttribute.TypeForwardedToAttribute
TypeForwardedToAttribute(Type destination)
Definition
TypeForwardedToAttribute.cs:8
System.Runtime.CompilerServices.TypeForwardedToAttribute.Destination
Type Destination
Definition
TypeForwardedToAttribute.cs:6
System.Runtime.CompilerServices.TypeForwardedToAttribute
Definition
TypeForwardedToAttribute.cs:5
System.Type
Definition
Type.cs:14
System.Runtime.CompilerServices
Definition
NullablePublicOnlyAttribute.cs:3
System.ExceptionArgument.destination
@ destination
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:5
source
System.Private.CoreLib
System.Runtime.CompilerServices
TypeForwardedToAttribute.cs
Generated by
1.10.0