Binds iterators to this object.
int32 BindIterators( StrArrayIterator p_oFirst, StrArrayIterator p_oLast )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| <StrArrayIterator> | p_oFirst | A pointer to the iterator to bind to the start of the collection. |
| <StrArrayIterator> | p_oLast | A pointer to the iterator to bind to the end of the collection. |
None published. Please look for an example in the Simdify Scripting Language code base.