Query.Operators
Purpose
Section titled “Purpose”Define transformation and terminal operators for query pipelines.
Candidate transforms
Section titled “Candidate transforms”WhereSelectTakeSkip
Candidate terminals
Section titled “Candidate terminals”CountFirstCollectArray
- Operators should compose via concrete generic wrappers.
- Public names follow C# conventions (
PascalCase).