Skip to content

Instantly share code, notes, and snippets.

@mattumotu
Created December 3, 2018 14:08
Show Gist options
  • Save mattumotu/222056f9bc38f832f58a38a5c9a8000b to your computer and use it in GitHub Desktop.
Save mattumotu/222056f9bc38f832f58a38a5c9a8000b to your computer and use it in GitHub Desktop.
public interface IFetchThings<T> where T : Fetched, IFetchable, System.IComparable<T>, new() {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment