Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ICriticalNotifyCompletion.cs
Go to the documentation of this file.
1
namespace
System.Runtime.CompilerServices
;
2
3
public
interface
ICriticalNotifyCompletion
:
INotifyCompletion
4
{
5
void
UnsafeOnCompleted
(Action continuation);
6
}
System.Runtime.CompilerServices.ICriticalNotifyCompletion.UnsafeOnCompleted
void UnsafeOnCompleted(Action continuation)
System.Runtime.CompilerServices.ICriticalNotifyCompletion
Definition
ICriticalNotifyCompletion.cs:4
System.Runtime.CompilerServices.INotifyCompletion
Definition
INotifyCompletion.cs:4
System.Runtime.CompilerServices
Definition
NullablePublicOnlyAttribute.cs:3
source
System.Private.CoreLib
System.Runtime.CompilerServices
ICriticalNotifyCompletion.cs
Generated by
1.10.0