Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CallVoidFuncWhenFinishCoreAsync< TArg >()
static
async
Task
System.Xml.AsyncHelper.CallVoidFuncWhenFinishCoreAsync<
TArg
>
(
this
Task
task
,
Action
<
TArg
>
func
,
TArg
arg
)
inline
static
private
Definition at line
28
of file
AsyncHelper.cs
.
29
{
30
await
task
.ConfigureAwait(
continueOnCapturedContext
:
false
);
31
func
(
arg
);
32
}
System.Linq.ExceptionArgument.func
@ func
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.ExceptionArgument.task
@ task
References
System.Xml.Dictionary
, and
System.task
.
System
Xml
AsyncHelper
Generated by
1.10.0