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