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