Skip to content

Instantly share code, notes, and snippets.

@lgolubyev
Created May 23, 2022 12:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lgolubyev/d1c82c90035841c8f5df0682f3bd77f2 to your computer and use it in GitHub Desktop.
Save lgolubyev/d1c82c90035841c8f5df0682f3bd77f2 to your computer and use it in GitHub Desktop.
class MyGenricClass<T> where T : IMyInterface
{
// Class body would go here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment