Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ FromAsync< TArg1, TResult >() [2/2]

Task< TResult > System.Threading.Tasks.TaskFactory< TResult >.FromAsync< TArg1, TResult > ( Func< TArg1, AsyncCallback, object?, IAsyncResult > beginMethod,
Func< IAsyncResult, TResult > endMethod,
TArg1 arg1,
object? state,
TaskCreationOptions creationOptions )
inline