Re: Dynamic array with strong types?
From: Vincent Finn (1_at_2.com)
Date: 11/11/04
- Next message: Nicholas Paldino [.NET/C# MVP]: "Re: Nested class in component"
- Previous message: rawCoder: "Compressed Data transfer over Socket (Network Stream)"
- In reply to: Jeff Louie: "Re: Dynamic array with strong types?"
- Next in thread: Stoitcho Goutsev \(100\) [C# MVP]: "Re: Dynamic array with strong types?"
- Reply: Stoitcho Goutsev \(100\) [C# MVP]: "Re: Dynamic array with strong types?"
- Messages sorted by: [ date ] [ thread ]
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
- Next message: Nicholas Paldino [.NET/C# MVP]: "Re: Nested class in component"
- Previous message: rawCoder: "Compressed Data transfer over Socket (Network Stream)"
- In reply to: Jeff Louie: "Re: Dynamic array with strong types?"
- Next in thread: Stoitcho Goutsev \(100\) [C# MVP]: "Re: Dynamic array with strong types?"
- Reply: Stoitcho Goutsev \(100\) [C# MVP]: "Re: Dynamic array with strong types?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|