Interface ConcurrentCollectionIteratorInternal

Context for a ConcurrentCollection being iterated.

interface ConcurrentCollectionIterator {
    endIndex: number;
    nextIndex: number;
}

Properties

Properties

endIndex: number
nextIndex: number