Why would you take a boxing/unboxing penalty when List<T> gives you the functionality AND the performance?
∞ Andy Badera ∞ +1 518-641-1280 ∞ This email is: [ ] bloggable [x] ask first [ ] private ∞ Google me: http://www.google.com/search?q=andrew%20badera On Wed, Sep 30, 2009 at 4:23 AM, santhosh vs <[email protected]> wrote: > or use built in structures like ArrayList or Hashtable > > http://msdn.microsoft.com/en-us/library/system.collections.arraylist.aspx > > See in the samples MSDN may use string for manipulation use same with your > objects. >
