Skip to content

Instantly share code, notes, and snippets.

@tjchaplin
Created May 11, 2013 14:16
Show Gist options
  • Save tjchaplin/5560079 to your computer and use it in GitHub Desktop.
Save tjchaplin/5560079 to your computer and use it in GitHub Desktop.
public interface ILoader<out T>{
IEnumerable<T> Load();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment