@Iterator
Specifies that a procedure is an iterator.
Instructions
- Declaration contexts
- You can use
@Iteratoronly withFunction,Method,Property, andSub.
Applicable to
Examples
TODO
@IteratorSpecifies that a procedure is an iterator.
@Iterator only with Function, Method, Property, and Sub.TODO