Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Linq.Parallel.ZipQueryOperator< TLeftInput, TRightInput, TOutput >.ZipQueryOperatorResults Class Referencesealed

Package Functions

 ZipQueryOperatorResults (QueryResults< TLeftInput > leftChildResults, QueryResults< TRightInput > rightChildResults, Func< TLeftInput, TRightInput, TOutput > resultSelector, int partitionCount, bool preferStriping)
 
override TOutput GetElement (int index)
 
override void GivePartitionedStream (IPartitionedStreamRecipient< TOutput > recipient)
 
void GivePartitionedStream (IPartitionedStreamRecipient< T > recipient)
 

Properties

override int ElementsCount [get]
 
override bool IsIndexible [get]
 
T this[int index] [get, set]
 
int Count [get]
 
bool ICollection< T >. IsReadOnly [get]
 

Private Member Functions

int IList< T >. IndexOf (T item)
 
void IList< T >. Insert (int index, T item)
 
void IList< T >. RemoveAt (int index)
 
void ICollection< T >. Add (T item)
 
void ICollection< T >. Clear ()
 
bool ICollection< T >. Contains (T item)
 
void ICollection< T >. CopyTo (T[] array, int arrayIndex)
 
bool ICollection< T >. Remove (T item)
 
IEnumerator< T > IEnumerable< T >. GetEnumerator ()
 
IEnumerator IEnumerable. GetEnumerator ()
 

Private Attributes

readonly QueryResults< TLeftInput > _leftChildResults
 
readonly QueryResults< TRightInput_rightChildResults
 
readonly Func< TLeftInput, TRightInput, TOutput > _resultSelector
 
readonly int _count
 
readonly int _partitionCount
 
readonly bool _preferStriping
 

Detailed Description

Definition at line 8 of file ZipQueryOperator.cs.


The documentation for this class was generated from the following file: