Re: [DOTNET] Collections Editor question

2002-04-20 Thread Reggie Burnett
That's Reggie's Design Methodology -- if it feels wrong it probably is. :-D Reggie -Original Message- From: dotnet discussion [mailto:[EMAIL PROTECTED]]On Behalf Of Chris Sells Sent: Friday, April 12, 2002 9:03 PM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] Collections Edi

Re: [DOTNET] Collections Editor question

2002-04-15 Thread Jacob Grass
e Burnett > > Sent: Friday, April 12, 2002 6:27 PM > > To: [EMAIL PROTECTED] > > Subject: [DOTNET] Collections Editor question > > > > Do I have to derive from CollectionsBase to get the > collections editor > to > > properly edit my types in the IDE? That doesn&

Re: [DOTNET] Collections Editor question

2002-04-13 Thread Reggie Burnett
ted a collection class. Reggie -Original Message- From: dotnet discussion [mailto:[EMAIL PROTECTED]]On Behalf Of Chris Sells Sent: Friday, April 12, 2002 9:03 PM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] Collections Editor question What's the "collections editor?&quo

Re: [DOTNET] Collections Editor question

2002-04-12 Thread Chris Sells
What's the "collections editor?" Chris Sells http://www.sellsbrothers.com/ > -Original Message- > From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf Of > Reggie Burnett > Sent: Friday, April 12, 2002 6:27 PM > To: [EMAIL PROTECTED] > Sub

[DOTNET] Collections Editor question

2002-04-12 Thread Reggie Burnett
Do I have to derive from CollectionsBase to get the collections editor to properly edit my types in the IDE? That doesn't make sense. I should be able to use a simple built in array class to hold my objects and then use an attribute to tell the compiler what object the editor to construct for th