N
Nak
Hi there,
I am trying to make a collection that will work in the "Object
collection editor" dialog. I have implimeneted ICollection, IList and
IEnumerable and now I have an "unnamed" collection, so the collection just
contains "objects". I would like it to contain my own objects "myItem" so
that I can edit the individual properties via the dialog but when I change
the types in the class from object to "myItem" it breaks the interface
compatability. Has anyone any ideas on how I can implement a named
collection for this use? Thanks in advance.
Nick.
I am trying to make a collection that will work in the "Object
collection editor" dialog. I have implimeneted ICollection, IList and
IEnumerable and now I have an "unnamed" collection, so the collection just
contains "objects". I would like it to contain my own objects "myItem" so
that I can edit the individual properties via the dialog but when I change
the types in the class from object to "myItem" it breaks the interface
compatability. Has anyone any ideas on how I can implement a named
collection for this use? Thanks in advance.
Nick.