xtd 0.2.0
icollection.hpp
Go to the documentation of this file.
1
4#pragma once
6#include "ienumerable.hpp"
7#include "../as.hpp"
8#include "../any_object.hpp"
9
11namespace xtd {
13 namespace collections {
32 using icollection = generic::icollection<xtd::any_object>;
33 }
34}
Contains xtd::any_object class.
Contains xtd::as method.
Contains xtd::collections::generic::icollection <type_t> interface.
generic::icollection< xtd::any_object > icollection
Defines size, enumerators, and synchronization methods for all nongeneric collections.
Definition icollection.hpp:32
Contains xtd::collections::ienumerable 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