#include "../collections/generic/list.hpp"
Contains xtd::linq::enumerable_collection <type_t> alias.
Go to the source code of this file.
Namespaces | |
namespace | xtd |
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
namespace | xtd::linq |
Provides classes and interfaces that support queries that use Language-Integrated Query (LINQ). | |
Typedefs | |
template<typename type_t > | |
using | xtd::linq::enumerable_collection = xtd::collections::generic::list< type_t > |
Represent an enumerable collection. | |