#include "linq/from.hpp"Contains foreach_ keyword.
Go to the source code of this file.
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. | |