今天看到了一句话
the Where() LINQ extension method is used to filter for a particular set of URLs. Where(), like most LINQ methods, returns an IEnumerable
让我好奇IEnumerable
顺带IEnumerable
今天看到了一句话
the Where() LINQ extension method is used to filter for a particular set of URLs. Where(), like most LINQ methods, returns an IEnumerable
让我好奇IEnumerable
顺带IEnumerable
1 | string[] people = new [] { "Tom", "Dick", "Harry" }; |