10-14-2022 02:37 PM
Hi, I want to use a .Net function that requires an IList'1 reference. Unfortunately I can't find this reference anywhere (expected in System.Collections.Generic) to be able to use it. I appreciate any advice on how to use the IList'1 in Labview.
LG
10-14-2022 03:25 PM
Saw this in another post earlier this week, I think this is what you need:
https://forums.ni.com/t5/LabVIEW/Create-a-NET-ReadOnlySpan/m-p/4260196/highlight/true#M1240460
10-17-2022 05:58 AM
Thank you for pointing this out...
I will try my luck there 😉