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

◆ TryReceiveAll() [3/4]

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

Definition at line 144 of file BatchedJoinBlock.cs.

145 {
146 return _source.TryReceiveAll(out items);
147 }
readonly SourceCore< Tuple< IList< T1 >, IList< T2 > > > _source

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