i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > data > IReadOnlyCollection > [Symbol.iterator]

    data.IReadOnlyCollection.[Symbol.iterator]() method

    Returns an object that can be used to iterate over all objects in the collection.

    Signature:

    [Symbol.iterator](): Iterator<V>;
    

    Returns:

    Iterator<V>

    An iterator over the collection.

    Introduced: version 1.0

    In this article
    Back to top © N. Harris Computer Corporation