xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.core
include
xtd
collections
ienumerator.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
generic/ienumerator.hpp
"
6
#include "
../as.hpp
"
7
#include "
../any_object.hpp
"
8
10
namespace
xtd
{
12
namespace
collections
{
38
using
ienumerator
=
generic::ienumerator<xtd::any_object>
;
39
}
40
}
any_object.hpp
Contains xtd::any_object class.
as.hpp
Contains xtd::as method.
xtd::collections::generic::ienumerator
Supports a simple iteration over a generic collection.
Definition
ienumerator.hpp:58
ienumerator.hpp
Contains xtd::collections::generic::ienumerator <type_t> interface.
xtd::collections::ienumerator
generic::ienumerator< xtd::any_object > ienumerator
Supports a simple iteration over a non-generic collection.
Definition
ienumerator.hpp:38
xtd::collections
The xtd::collections namespace contains interfaces and classes that define various collections of obj...
Definition
any_pair.hpp:10
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
Generated on
for xtd by
Gammasoft
. All rights reserved.