Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ReturnTrueTaskWhenFinishCoreAsync()
static
async
Task
<
bool
> System.Xml.AsyncHelper.ReturnTrueTaskWhenFinishCoreAsync
(
this
Task
task
)
inline
static
private
Definition at line
43
of file
AsyncHelper.cs
.
44
{
45
await
task
.ConfigureAwait(
continueOnCapturedContext
:
false
);
46
return
true
;
47
}
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.ExceptionArgument.task
@ task
References
System.Xml.Dictionary
, and
System.task
.
System
Xml
AsyncHelper
Generated by
1.10.0