Re: Dynamic array with strong types?
From: Stoitcho Goutsev \(100\) [C# MVP] (100_at_100.com)
Date: 11/05/04
- Next message: Fei Li: "Re: How put TabPage into ToolBox?"
- Previous message: Fei Li: "Re: How put TabPage into ToolBox?"
- In reply to: Vincent Finn: "Re: Dynamic array with strong types?"
- Next in thread: Vincent Finn: "Re: Dynamic array with strong types?"
- Reply: Vincent Finn: "Re: Dynamic array with strong types?"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 5 Nov 2004 15:21:59 -0500
You want strongy typed collection, right? Inheriting form ArrayList doesn't
give you that.
-- Stoitcho Goutsev (100) [C# MVP] "Vincent Finn" <1@2.com> wrote in message news:jf9no0d40cou6advpkdk8g6bjftdl7i56v@4ax.com... > On Fri, 5 Nov 2004 09:00:20 -0500, "Stoitcho Goutsev \(100\) [C# MVP]" > <100@100.com> wrote: > >>Until then CollectionBase is the easiest way > > Is there an advatage in Deriving from CollectionBase rather than > ArrayList? > > If I derive from ArrayList I simply implement a 'new' indexer > deriving from CollectionBase leaves me having to implement everything > the implmentations are trivial but still a lot more code > > Vin
- Next message: Fei Li: "Re: How put TabPage into ToolBox?"
- Previous message: Fei Li: "Re: How put TabPage into ToolBox?"
- In reply to: Vincent Finn: "Re: Dynamic array with strong types?"
- Next in thread: Vincent Finn: "Re: Dynamic array with strong types?"
- Reply: Vincent Finn: "Re: Dynamic array with strong types?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|