Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IteratorStateMachineAttribute.cs
Go to the documentation of this file.
1
namespace
System.Runtime.CompilerServices
;
2
3
[AttributeUsage(
AttributeTargets
.Method, Inherited =
false
, AllowMultiple =
false
)]
4
public
sealed
class
IteratorStateMachineAttribute
:
StateMachineAttribute
5
{
6
public
IteratorStateMachineAttribute
(
Type
stateMachineType)
7
: base(stateMachineType)
8
{
9
}
10
}
System.Runtime.CompilerServices.IteratorStateMachineAttribute.IteratorStateMachineAttribute
IteratorStateMachineAttribute(Type stateMachineType)
Definition
IteratorStateMachineAttribute.cs:6
System.Runtime.CompilerServices.IteratorStateMachineAttribute
Definition
IteratorStateMachineAttribute.cs:5
System.Runtime.CompilerServices.StateMachineAttribute
Definition
StateMachineAttribute.cs:5
System.Type
Definition
Type.cs:14
System.Runtime.CompilerServices
Definition
NullablePublicOnlyAttribute.cs:3
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:5
source
System.Private.CoreLib
System.Runtime.CompilerServices
IteratorStateMachineAttribute.cs
Generated by
1.10.0