Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
QueryAggregationOptions.cs
Go to the documentation of this file.
1
namespace
System.Linq.Parallel
;
2
3
[Flags]
4
internal
enum
QueryAggregationOptions
5
{
6
None
= 0,
7
Associative
= 1,
8
Commutative
= 2,
9
AssociativeCommutative
= 3
10
}
System.Linq.Parallel.QueryAggregationOptions
QueryAggregationOptions
Definition
QueryAggregationOptions.cs:5
System.Linq.Parallel.QueryAggregationOptions.None
@ None
System.Linq.Parallel.QueryAggregationOptions.Associative
@ Associative
System.Linq.Parallel.QueryAggregationOptions.AssociativeCommutative
@ AssociativeCommutative
System.Linq.Parallel.QueryAggregationOptions.Commutative
@ Commutative
System.Linq.Parallel
Definition
AnyAllSearchOperator.cs:5
source
System.Linq.Parallel
System.Linq.Parallel
QueryAggregationOptions.cs
Generated by
1.10.0