xtd 0.2.0
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
11namespace xtd {
13 namespace collections {
32 using ilist = generic::ilist<xtd::any_object>;
33 }
34}
Contains xtd::any_object class.
Contains xtd::as method.
Contains xtd::collections::generic::ilist <type_t> interface.
generic::ilist< xtd::any_object > ilist
Represents a non-generic collection of objects that can be individually accessed by index.
Definition ilist.hpp:32
Contains xtd::collections::ienumerator alias.
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