xtd
0.2.0
Loading...
Searching...
No Matches
xtd.core
include
xtd
linq
enumerable_collection.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "../collections/generic/list.hpp"
6
8
namespace
xtd
{
10
namespace
linq {
26
template
<
typename
type_t>
27
using
enumerable_collection
=
xtd::collections::generic::list<type_t>
;
28
}
29
}
xtd::collections::generic::list
Represents a strongly typed list of objects that can be accessed by index. Provides methods to search...
Definition
list.hpp:71
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
xtd_about_box.hpp:10
Generated on Sat Dec 21 2024 19:38:59 for xtd by
Gammasoft
. All rights reserved.