MoreLinq.Experimental Namespace

Provides experimental types and extension methods that extend LINQ to Objects. THE METHODS ARE EXPERIMENTAL. THEY MAY BE UNSTABLE AND UNTESTED. THEY MAY BE REMOVED FROM A FUTURE MAJOR OR MINOR RELEASE AND POSSIBLY WITHOUT NOTICE. USE THEM AT YOUR OWN RISK. THE METHODS ARE PUBLISHED FOR FIELD EXPERIMENTATION TO SOLICIT FEEDBACK ON THEIR UTILITY AND DESIGN/IMPLEMENTATION DEFECTS.

Classes

AwaitQueryOptions Represents options for a query whose results evaluate asynchronously.
ExperimentalEnumerable

Provides a set of static methods for querying objects that implement IEnumerableT.

THE METHODS ARE EXPERIMENTAL. THEY MAY BE UNSTABLE AND UNTESTED. THEY MAY BE REMOVED FROM A FUTURE MAJOR OR MINOR RELEASE AND POSSIBLY WITHOUT NOTICE. USE THEM AT YOUR OWN RISK. THE METHODS ARE PUBLISHED FOR FIELD EXPERIMENTATION TO SOLICIT FEEDBACK ON THEIR UTILITY AND DESIGN/IMPLEMENTATION DEFECTS.

Interfaces

IAwaitQueryT Represents a sequence whose elements or results evaluate asynchronously.
ICurrentBufferT Represents a current buffered view of a larger result and which is updated in-place (thus current) as it is moved through the overall result.