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

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

Open
Thaina opened this issue Apr 25, 2018 · 0 comments
Open

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

Thaina opened this issue Apr 25, 2018 · 0 comments

Comments

@Thaina
Copy link

Thaina commented Apr 25, 2018

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant