Create Collection from Class
C#
3
Posts
3
Posters
0
Views
1
Watching
-
Hi, I have a C# class which has a number of properties. I want to create a collection for this class to pass to a method. Can anyone tell me how to do this? There must be a standard way I think.
-
Hi, I have a C# class which has a number of properties. I want to create a collection for this class to pass to a method. Can anyone tell me how to do this? There must be a standard way I think.
-
Hi, I have a C# class which has a number of properties. I want to create a collection for this class to pass to a method. Can anyone tell me how to do this? There must be a standard way I think.
What is the collection supposed to hold: multiple instances of that class ? the public properties ? or something completely different ? :)
Luc Pattyn