Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
TryReceive< TOutput >()
static
bool
System.Threading.Tasks.Dataflow.DataflowBlock.TryReceive< TOutput >
(
this
IReceivableSourceBlock
< TOutput >
source
,
[MaybeNullWhen(false)]
out
TOutput
item
)
inline
static
Definition at line
1318
of file
DataflowBlock.cs
.
1319
{
1320
if
(
source
==
null
)
1321
{
1322
throw
new
ArgumentNullException(
"source"
);
1323
}
1324
return
source
.TryReceive(
null
,
out
item
);
1325
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.ExceptionArgument.source
@ source
System.ExceptionArgument.item
@ item
References
System.item
, and
System.source
.
System
Threading
Tasks
Dataflow
DataflowBlock
Generated by
1.10.0