The curious case of the unsolved extension methods
As part of my effort to improve the type-safety of Fluent Assertions, I’ve been investigating the possibility to use C# extension methods all the way. Unfortunately I think I’ve ran into the limitations of C# 3.0 (and C# 4.0 since it doesn’t add anything useful for this). Essentially, I’d like to do the following things.
Read more…
Posted on
24-03-2010
by Dennis Doomen
0 Comments
|
Trackback Url
|
Link to this post
Tags: