Jérémie Laval 0c4a6bd8d6 [PLinq] Implement SelectMany ordered mode 15 年 前
..
ChangeLog 1ee5e87351 [PLinq] Tidy up file hierarchy in System.Linq 15 年 前
QueryBaseNode.cs 96a8f92359 [PLinq] Reflect directory hierarchy change on namespace names 15 年 前
QueryCastNode.cs eca3c60701 [PLinq] Replace calls to ToArray by ToList in query nodes to avoid the unnecessary copying and double array creation 15 年 前
QueryChildNode.cs 96a8f92359 [PLinq] Reflect directory hierarchy change on namespace names 15 年 前
QueryConcatNode.cs eca3c60701 [PLinq] Replace calls to ToArray by ToList in query nodes to avoid the unnecessary copying and double array creation 15 年 前
QueryDefaultEmptyNode.cs eca3c60701 [PLinq] Replace calls to ToArray by ToList in query nodes to avoid the unnecessary copying and double array creation 15 年 前
QueryGroupByNode.cs 7c5522b789 [PLinq] Implement GroupBy operator 15 年 前
QueryHeadWorkerNode.cs f00afa22f2 [PLinq] Add implementation of Take/TakeWhile operators (including corresponding query node and unit tests) 15 年 前
QueryJoinNode.cs 362842b50a [PLinq] Really add QueryJoinNode 15 年 前
QueryMuxNode.cs 96a8f92359 [PLinq] Reflect directory hierarchy change on namespace names 15 年 前
QueryOptionNode.cs 96a8f92359 [PLinq] Reflect directory hierarchy change on namespace names 15 年 前
QueryOrderByNode.cs 96a8f92359 [PLinq] Reflect directory hierarchy change on namespace names 15 年 前
QueryOrderGuardNode.cs 96a8f92359 [PLinq] Reflect directory hierarchy change on namespace names 15 年 前
QueryOrderedStreamNode.cs 96a8f92359 [PLinq] Reflect directory hierarchy change on namespace names 15 年 前
QueryReverseNode.cs 96a8f92359 [PLinq] Reflect directory hierarchy change on namespace names 15 年 前
QuerySelectManyNode.cs 0c4a6bd8d6 [PLinq] Implement SelectMany ordered mode 15 年 前
QuerySelectNode.cs eca3c60701 [PLinq] Replace calls to ToArray by ToList in query nodes to avoid the unnecessary copying and double array creation 15 年 前
QuerySetNode.cs eca3c60701 [PLinq] Replace calls to ToArray by ToList in query nodes to avoid the unnecessary copying and double array creation 15 年 前
QueryStartNode.cs 96a8f92359 [PLinq] Reflect directory hierarchy change on namespace names 15 年 前
QueryStreamNode.cs 96a8f92359 [PLinq] Reflect directory hierarchy change on namespace names 15 年 前
QueryWhereNode.cs eca3c60701 [PLinq] Replace calls to ToArray by ToList in query nodes to avoid the unnecessary copying and double array creation 15 年 前
QueryZipNode.cs eca3c60701 [PLinq] Replace calls to ToArray by ToList in query nodes to avoid the unnecessary copying and double array creation 15 年 前
SetInclusion.cs 96a8f92359 [PLinq] Reflect directory hierarchy change on namespace names 15 年 前
WrapHelper.cs 49cc37b69b [PLinq] Turn Wrap into an extension method 15 年 前