Skip to content
This repository was archived by the owner on Mar 7, 2023. It is now read-only.

What would happen if js function add or pop array? #3

@Thaina

Description

@Thaina

In the document it was state that js array will convert to C# array directly

But sometimes, function that was taken array in javascript can mutate array and resize it by add/pop/splice etc. And so I don't think the array could be mutated as expect like that

Javascript array is more equivalence to List in C#, not array, so I think we should use List or IList to map with it

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions