Skip to content

Instantly share code, notes, and snippets.

@jmarnold
Created February 2, 2012 05:15
Show Gist options
  • Save jmarnold/1721636 to your computer and use it in GitHub Desktop.
Save jmarnold/1721636 to your computer and use it in GitHub Desktop.
Conventions and Projections
public interface IProjectionConvention<T>
{
bool Matches(Accessor accessor);
void Modify(Accessor accessor, Projection<T> projection);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment