•  
  •  
  •  
 

Browse by Tags

All Tags » C# » extension » IEnumerable
  • Even More IEnumerable<T> Fun

    This post is going to cover how to use (and abuse) extension methods to make it easier to write compilers and interpreters or to write code metrics tools. Right now, it’s straight forward to loop over a set of paths, load assemblies (that can be loaded) and then loop over the types and then the methods.  Your code ends up fairly ugly ...
    Posted to Steve's Tech Talk (Weblog) by Steve Hawley on June 17, 2009