Skip to content

Instantly share code, notes, and snippets.

View nogginbox's full-sized avatar
🖱️

Richard Garside nogginbox

🖱️
View GitHub Profile
@remcoros
remcoros / gist:1717660
Created February 1, 2012 15:50
Clay Walker
// ClayWalker
public class ClayWalker
{
private readonly Func<int, string, object, object> _memberfound;
public ClayWalker(Func<int, string, object, object> memberfound)
{
_memberfound = memberfound;
}