Skip to content

Instantly share code, notes, and snippets.

@codereflection
Created June 21, 2011 22:00
Show Gist options
  • Select an option

  • Save codereflection/1039028 to your computer and use it in GitHub Desktop.

Select an option

Save codereflection/1039028 to your computer and use it in GitHub Desktop.
public interface IHazAQuestionAbout<T>
{
IQueryable<T> AxinYou(IQueryable<T> items);
}
@codedjinn

Copy link
Copy Markdown

LOL...you can has to like code funny interfaces ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment