Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CallBoolTaskFuncWhenFinishCoreAsync< TArg >()
static
async
Task
<
bool
> System.Xml.AsyncHelper.CallBoolTaskFuncWhenFinishCoreAsync<
TArg
>
(
this
Task
task
,
Func<
TArg
,
Task
<
bool
> >
func
,
TArg
arg
)
inline
static
private
Definition at line
73
of file
AsyncHelper.cs
.
74
{
75
await
task
.ConfigureAwait(
continueOnCapturedContext
:
false
);
76
return
await
func
(
arg
).ConfigureAwait(
continueOnCapturedContext
:
false
);
77
}
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