Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IPartitionedStreamRecipient.cs
Go to the documentation of this file.
1
namespace
System.Linq.Parallel
;
2
3
internal
interface
IPartitionedStreamRecipient
<TElement>
4
{
5
void
Receive<TKey>
(
PartitionedStream<TElement, TKey>
partitionedStream);
6
}
System.Linq.Parallel.PartitionedStream
Definition
PartitionedStream.cs:6
System.Linq.Parallel.IPartitionedStreamRecipient.Receive< TKey >
void Receive< TKey >(PartitionedStream< TElement, TKey > partitionedStream)
System.Linq.Parallel.IPartitionedStreamRecipient
Definition
IPartitionedStreamRecipient.cs:4
System.Linq.Parallel
Definition
AnyAllSearchOperator.cs:5
source
System.Linq.Parallel
System.Linq.Parallel
IPartitionedStreamRecipient.cs
Generated by
1.10.0