Jim Kring Posted April 13, 2009 Report Share Posted April 13, 2009 [cross-posted to ni forums] Does anyone know why I can't seem to find the System.Collections.Generic.List object in LabVIEW's "Select .NET Constructor" dialog? I'm trying to create a .NET "List" in LabVIEW (Namespace: System.Collections.Generic, Assembly: mscorlib), similar to how it's done in the text-based code, below. List<string> myList = new List<string>(); The problem is that I can't seem to find the Generic List object contstructor anywhere. System.Collections.Generic object under the System assembly (I was only able to find System.Collections.Specialized). I looked inside the mscorlib assembly and found the System.Collections.Generic object, but the only constructor is for something else. Thanks for your help. -Jim Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.