xtd 0.2.0
Loading...
Searching...
No Matches
foreach.hpp File Reference
#include "linq/from.hpp"

Definition

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.