Skip to content

Instantly share code, notes, and snippets.

@AnthonyDGreen
Created February 8, 2019 18:02
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save AnthonyDGreen/2a40934a30447da4444c7d71d2ea5024 to your computer and use it in GitHub Desktop.
Class C
Sub M()
Extension()
End Sub
End Class
Module Program
Sub Main()
End Sub
<Runtime.CompilerServices.Extension>
Sub Extension(c As C)
End Sub
End Module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment