By bloid
via simonbrown.je
Published: Oct 29 2008 / 10:01
Although I couldn't quite get my first example of C# delegates working, I've been having a lot of fun using them elsewhere. In this particular example, I've been using delegates to point to validation methods as a really simple way to conditionally invoke different blocks of validation code.
Add your comment