BindIterators Data Member Function

Binds iterators to this object.

Prototype

int32 BindIterators( Int64Iterator first, Int64Iterator last )

Parameters

Parameter Type Parameter Name Documentation
<Int64Iterator>firstAn iterator to be bound at the start of this object's underlying collection.
<Int64Iterator>lastA pointer to the iterator that represents the end of the range.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.