xtd 0.2.0
idictionary.hpp
Go to the documentation of this file.
1
4#pragma once
6#include "enumerator.hpp"
7#include "../as.hpp"
8#include "../any_object.hpp"
9
11namespace xtd {
13 namespace collections {
28 }
29}
Represents a generic collection of key/value pairs.
Definition idictionary.hpp:44
Contains xtd::collections::generic::enumerator <type_t> class.
Contains xtd::collections::generic::idictionary <key_t, value_t> interface.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10