27 template<
class collection_t>
28 const auto&
from(
const collection_t& source)
noexcept {
32 template<
class input_iterator_t>
33 const auto&
from(input_iterator_t first, input_iterator_t last)
noexcept {
36 template<
class source_t>
40 template<
class source_t>
44 template<
class input_iterator_t>
45 const auto&
from(input_iterator_t iterator,
size_t length)
noexcept {
48 template<
class source_t,
size_t length>
49 const auto&
from(
const source_t (&array)[length])
noexcept {
Exposes the enumerator, which supports a simple iteration over a collection of a specified type.
Definition ienumerable.hpp:36
static const ienumerable< source_t > & as_enumerable(const ienumerable< source_t > &source) noexcept
Returns the input typed as xtd::collections::generic::ienumerable <type_t>.
Definition enumerable.hpp:235
const auto & from(const collection_t &source) noexcept
Returns the input typed as xtd::collections::generic::ienumerable <type_t>.
Definition from.hpp:28
Contains xtd::linq::enumerable <type_t> class.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10