xtd
0.2.0
Loading...
Searching...
No Matches
xtd.core
include
xtd
collections
array_list.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
generic/list.hpp
"
6
#include "
ilist.hpp
"
7
#include "../as.hpp"
8
#include "../any_object.hpp"
9
11
namespace
xtd
{
13
namespace
collections {
31
using
array_list
=
generic::list<xtd::any_object>
;
32
}
33
}
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
ilist.hpp
Contains xtd::collections::ilist alias.
list.hpp
Contains xtd::collections::generic::list struct.
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.