Hey,
In this case, you are going to want to use a Generic List of Type CustomObject, i.e.
Hope that helps!!Code:Dim objects As New List(Of CustomObject) objects.Add(New CustomObject("test", "test1", "test2", True, 1))
Gary
|
Results 1 to 14 of 14
Threaded View
|
Click Here to Expand Forum to Full Width |