February, 2009

Posts
  • dot net miscellany

    Extending Object!

    • 2 Comments
    Ever wanted to add your own methods to Object...or any other type for that matter? I've recently started playing around with Extension methods in C# and they're pretty damn cool. To add your own method to a Type: First create a static class...
Page 1 of 1 (1 items)