xtd 0.2.0
Loading...
Searching...
No Matches
linq

Definition

Contains linq definitions.

Classes

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

Typedefs

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

Typedef Documentation

◆ enumerable_collection

template<typename type_t >
using xtd::linq::enumerable_collection = typedef xtd::collections::generic::list<type_t>

#include <xtd.core/include/xtd/linq/enumerable_collection.hpp>

Represent an enumerable collection.

Definition
template<typename type_t>
Represents a strongly typed list of objects that can be accessed by index. Provides methods to search...
Definition list.hpp:71
Header
#include <xtd/linq/enumerable_collection
Namespace
xtd::linq
Library
xtd.core