Difference between revisions of "Xojo.Core.Iterable"
From Xojo Documentation
(→See Also) |
|||
Line 14: | Line 14: | ||
[[Category:iOS]] | [[Category:iOS]] | ||
+ | [[Category:Language Class Interfaces]] |
Latest revision as of 19:54, 18 January 2019
Interface
The Iterable interface allows objects to denote themselves as being able to be used with "For Each" loops and provides a way to create Iterators, which do the actual work.
Methods | |
|
See Also
Xojo.Core.Iterator interface