Re: Dynamic array with strong types?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Vincent Finn (1_at_2.com)
Date: 11/11/04


Date: Thu, 11 Nov 2004 15:59:06 +0000

On Fri, 05 Nov 2004 22:00:13 -0800, Jeff Louie <jeff_louie@yahoo.com>
wrote:

>Hi Vincent... I have some sample code here including a generic read only
>wrapper at:
>http://www.geocities.com/jeff_louie/OOP/oop7.htm
>Regards,
>Jeff

You went the route of deriving from CollectionBase to make it fully
strongly typed
I think I'll go the quick route of simply deriving from ArrayList to
make the indexer strong

Thanks, Vin



Relevant Pages

  • Re: Dynamic array with strong types?
    ... CollectionBase in order to get not strongly typed indexer you need to cast ... > I think I'll go the quick route of simply deriving from ArrayList to ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Route caching ?
    ... ip_outputwill still call rtalloc() if you pass it a filled out 'struct route', a structure which is not a route, but an internal request to look up a route. ... This is a wrapper for rtalloc_ign, which in turn is a wrapper for rtalloc1, the function which does the actual lookup. ...
    (freebsd-net)
  • Re: Route caching ?
    ... Is it reasonable to believe that route caches can improve networking ... 'struct route', a structure which is not a route, but an internal ... This is a wrapper for rtalloc_ign, which in turn is a wrapper for ...
    (freebsd-net)
  • Re: Dynamic array with strong types?
    ... Is there an advatage in Deriving from CollectionBase rather than ... If I derive from ArrayList I simply implement a 'new' indexer ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Dynamic array with strong types?
    ... Stoitcho Goutsev [C# MVP] ... "Vincent Finn" wrote in message ... > Is there an advatage in Deriving from CollectionBase rather than ... > deriving from CollectionBase leaves me having to implement everything ...
    (microsoft.public.dotnet.languages.csharp)