Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CallTaskFuncWhenFinishCoreAsync< TArg >()
static
async
Task
System.Xml.AsyncHelper.CallTaskFuncWhenFinishCoreAsync<
TArg
>
(
Task
task
,
Func<
TArg
,
Task
>
func
,
TArg
arg
)
inline
static
private
Definition at line
58
of file
AsyncHelper.cs
.
59
{
60
await
task
.ConfigureAwait(
continueOnCapturedContext
:
false
);
61
await
func
(
arg
).ConfigureAwait(
continueOnCapturedContext
:
false
);
62
}
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