Browse by Tags

Generic Collections IV
24 July 05 10:46 PM | jkuhne | 2 Comments   
Back again, and as promised... Subclassing Generic Collections The framework provides three basic collections that are intended for derivation. They are located in System.Collections.ObjectModel: Collection<T> KeyedCollection<TKey, TItem> Read More...
Generic Collections III
24 July 05 03:29 AM | jkuhne | 4 Comments   
So far I've gone over the basics of generic collections and moved on to looking at List<T> and Predicate<T>. As mentioned yesterday, this post will deal with subclassing and the other System delegate types. The "Other" System.Delegates We've Read More...
Generic Collections II
23 July 05 01:55 AM | jkuhne | 7 Comments   
In yesterday's post I went over the very basics of generic collections in the 2.0 .Net framework. Today I pick up where I left off with... Predicate<T> System.Predicate<T> is a generic delegate that is used to specify a search condition method Read More...
Generic Collections I
22 July 05 05:19 AM | jkuhne | 10 Comments   
In one of my first posts I briefly mentioned that I would discuss a bit about what I've learned about using the new generic collections. I've been putting it off a bit because I knew it would be a bit lengthy, but I really feel this is important so I'm Read More...

Search

This Blog

Syndication

Page view tracker