xtd 0.2.0
Loading...
Searching...
No Matches
xtd::linq Namespace Reference

Definition

Provides classes and interfaces that support queries that use Language-Integrated Query (LINQ).

Classes

class  enumerable
 Provides a set of static methods for querying objects that implement ienumerable <type_t>. More...
 

Alias

template<typename type_t >
using enumerable_collection = xtd::collections::generic::list< type_t >
 Represent an enumerable collection.