i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > data > IReadOnlyCollection > toArray

    data.IReadOnlyCollection.toArray() method

    Returns a new, read-only array that contains all the objects in the collection.

    Signature:

    toArray(): readonly V[];
    

    Returns:

    readonly V[]

    The new array.

    Introduced: version 1.5

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