Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Linq.Parallel.ReverseQueryOperator< TSource >.ReverseQueryOperatorResults Class Referencesealed

Static Public Member Functions

static QueryResults< TSource > NewResults (QueryResults< TSource > childQueryResults, ReverseQueryOperator< TSource > op, QuerySettings settings, bool preferStriping)
 

Package Functions

override TSource GetElement (int index)
 

Properties

override bool IsIndexible [get]
 
override int ElementsCount [get]
 

Private Member Functions

 ReverseQueryOperatorResults (QueryResults< TSource > childQueryResults, ReverseQueryOperator< TSource > op, QuerySettings settings, bool preferStriping)
 

Private Attributes

readonly int _count
 

Detailed Description

Definition at line 59 of file ReverseQueryOperator.cs.


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