startKeyLss

startKeyLss(keys: KeyType;
            iter: Iterator);

The startKeyLss method of the Dictionary class sets a start position within a collection for an Iterator object at the object before the key specified in the keys parameter. This method is used in conjunction with the Iterator class back method.