in

Browse by Tags

Sorry, but there are no more tags available to filter with.
  • Sorting/Filtering a generic List using delegates

    This is a nice little technique to easily sort a generic List using delegates. Say you have the following class: public class Product { private int _ProductID; private string _Name; private decimal _Price; public Product( int productid, string name, decimal price) { _ProductID = productid; _Name = name;...
    Posted to Steven’s Blog (Weblog) by sapplegate on Wed, Feb 3 2010
Page 1 of 1 (1 items)
Powered by Community Server (Commercial Edition), by Telligent Systems