[GH-ISSUE #31] Wrapping IList<T> types as an array in Qml. #13

Closed
opened 2026-05-05 10:59:18 -06:00 by gitea-mirror · 0 comments
Owner

Originally created by @pauldotknopf on GitHub (Jul 23, 2018).
Original GitHub issue: https://github.com/qmlnet/qmlnet/issues/31

var array = Net.toArray(o.SomeCollection)

All operations/updates on the variable array get proxied to the underlying .NET IList<T>.

Originally created by @pauldotknopf on GitHub (Jul 23, 2018). Original GitHub issue: https://github.com/qmlnet/qmlnet/issues/31 ```js var array = Net.toArray(o.SomeCollection) ``` All operations/updates on the variable ```array``` get proxied to the underlying .NET ```IList<T>```.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/qmlnet#13
No description provided.