Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ TryReceiveAll() [4/4]

bool System.Threading.Tasks.Dataflow.BatchedJoinBlock< T1, T2, T3 >.TryReceiveAll ( [NotNullWhen(true)] out IList< Tuple< IList< T1 >, IList< T2 >, IList< T3 > > >? items)
inline

Definition at line 336 of file BatchedJoinBlock.cs.

337 {
338 return _source.TryReceiveAll(out items);
339 }
readonly SourceCore< Tuple< IList< T1 >, IList< T2 > > > _source

References System.Threading.Tasks.Dataflow.BatchedJoinBlock< T1, T2, T3 >._source.