Skip to content

Instantly share code, notes, and snippets.

@steenhulthin
Created November 29, 2014 13:48
Show Gist options
  • Save steenhulthin/60429e19812ce3d589fb to your computer and use it in GitHub Desktop.
Save steenhulthin/60429e19812ce3d589fb to your computer and use it in GitHub Desktop.
Incomplete hack?
public static bool Is<T>(this IFeature feature)
{
// note: this implementation is a complete hack.
return true;
}
@steenhulthin
Copy link
Author

Past me wrote this... (yep, that means a couple of weeks ago...) :7

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