A
almurph
Hi,
I have an object with 3 properties, 2 int arrays and an int. I need
another object to contain a set of these objects i.e something to
consolidate a set of them but able too differenciate between each set.
For example:
First Set:
int[] a
int[] b
int c
Second Set:
int[] d
int[] e
int f
Third Set:
etc
etc
etc
My problem is though I don't know how to do this? Is the best type of
object an indexer? any help/comments/suggestions/code-sampels much
appreciated.
Thanks,
Al.
I have an object with 3 properties, 2 int arrays and an int. I need
another object to contain a set of these objects i.e something to
consolidate a set of them but able too differenciate between each set.
For example:
First Set:
int[] a
int[] b
int c
Second Set:
int[] d
int[] e
int f
Third Set:
etc
etc
etc
My problem is though I don't know how to do this? Is the best type of
object an indexer? any help/comments/suggestions/code-sampels much
appreciated.
Thanks,
Al.