Skip to content

Instantly share code, notes, and snippets.

@mattumotu
Created December 3, 2018 14:06
Show Gist options
  • Save mattumotu/e3347b7095309da7cc2bd41d98bc98f0 to your computer and use it in GitHub Desktop.
Save mattumotu/e3347b7095309da7cc2bd41d98bc98f0 to your computer and use it in GitHub Desktop.
generics-where-class.cs
public interface IFetchThings<T> where T : class {
T Fetch();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment