Skip to content

Instantly share code, notes, and snippets.

@chrisstraw
Created February 21, 2022 22:27
Show Gist options
  • Save chrisstraw/212626e76c9eafedec24df4c2d106cea to your computer and use it in GitHub Desktop.
Save chrisstraw/212626e76c9eafedec24df4c2d106cea to your computer and use it in GitHub Desktop.
Example of Implements<> in OLT.Extensions.General package
this.GetType().Implements<IMyInterface>()
this.GetType().Implements(typeof(IMyInterface<>))
this.GetType().Implements(typeof(IMyInterface<,>))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment