#include "from.hpp"Contains foreach_ keyword.
Go to the source code of this file.
Namespaces | |
| namespace | xtd |
| The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
| namespace | xtd::linq |
| Provides classes and interfaces that support queries that use Language-Integrated Query (LINQ). | |
Macros | |
| #define | foreach_(item, ...) |
| The foreach_ keyword executes a statement or a block of statements for each element in an instance of the type that implements the xtd::collections::ienumerable or xtd::collections::generic::ienumerable <type_t> interfaces. | |