xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.core
include
xtd
collections
ilist.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
generic/ilist.hpp
"
6
#include "
icollection.hpp
"
7
#include "
../as.hpp
"
8
#include "
../any_object.hpp
"
9
11
namespace
xtd
{
13
namespace
collections
{
32
using
ilist
= generic::ilist<xtd::any_object>;
33
}
34
}
any_object.hpp
Contains xtd::any_object class.
as.hpp
Contains xtd::as method.
ilist.hpp
Contains xtd::collections::generic::ilist <type_t> interface.
xtd::collections::ilist
generic::ilist< xtd::any_object > ilist
Represents a non-generic collection of objects that can be individually accessed by index.
Definition
ilist.hpp:32
icollection.hpp
Contains xtd::collections::ienumerator alias.
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.