xtd 0.2.0
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
11namespace xtd {
13 namespace collections {
32 }
33}
Contains xtd::any_object class.
Contains xtd::as method.
Represents a strongly typed list of objects that can be accessed by index. Provides methods to search...
Definition list.hpp:79
generic::list< xtd::any_object > array_list
Represents a collection of xtd::any_object.
Definition array_list.hpp:31
Contains xtd::collections::ilist alias.
Contains xtd::collections::generic::list <value_t> class.
The xtd::collections namespace contains interfaces and classes that define various collections of obj...
Definition any_pair.hpp:10
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8