Enumerable (System.Linq.Enumerable)

Inherits: System.Object

Interfaces:

Derived Types: 0

Assembly: System.Core.dll

Provides a set of static (Shared in Visual Basic) methods for querying objects that implement IEnumerable`1.

VB.NET C#

C#

public static Enumerable
{
}

Articles

File System search via LINQ to Objects - Jaycent Drysdale

... System.Collections.Generic. List < FileInfo > GetFiles( string sPath, string sFileExtension) { DirectoryInfo _dirInfo = new DirectoryInfo (sPath); return System.Linq. Enumerable ...

Reinventing Linq

More precisely, I recreated the basic Linq-to-objects functionality provided by the System.Linq.Enumerable class in the .NET 3.5 System.Core assembly.

Visual Studio Magazine Online | On VB: LINQ Changes How You Will ...

... either at project level or at the start of the code file, and Customers is a List(Of Customer), the closest matching Where extension will be found in the System.Linq.Enumerable ...

The Visual Basic Team : Drawing Maps with Visual Basic (Scott ...

... Closure$__1._Lambda$__2($CLS0 z) dans C:\Users\cbellet\Documents\Visual Studio 2008\Projects\MapsWithVB9WPF\WpfApplication1\Extensions.vb:ligne 33 à System.Linq.Enumerable ...

Generic Operators

As a direct example: regular LINQ provides (via System.Linq.Enumerable ) a range of overloads for Sum() and Average() to cover different datatypes - 20 of each in fact (half ...

CruiseControl.NET

Replace ICSharpCode.SharpDevelop.Func<...> with System.Func<...>; use System.Linq.Enumerable instead of the ICSharpCode.SharpDevelop.Linq helper class.

The Moth: Decomposing LINQ

This extension method (along with other extension methods) and the delegate it accepts (along with other delegates) are in the System.Linq.Enumerable class that is in Core dll

Feedback: Add IsNullOrEmpty extension method to System.Linq.Enumerable ...

Type: Suggestion: ID: 287482: Status: Active: Access Restriction: Public: Opened By: diegov: Blocking Issue: No: Opened: 7/14/2007: Submission Language: English ...

Enumerable Members (System.Linq)

Name Description; Aggregate: Overloaded. Applies an accumulator function over a sequence. All < (Of < ( TSource > ) > ) Determines whether all elements of a sequence satisfy a ...

Enumerable Class (System.Linq)

Provides a set of static (Shared in Visual Basic) methods for querying objects that implement IEnumerable`1.

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support