Skip to content

Instantly share code, notes, and snippets.

@richlander
Created July 20, 2015 17:58
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 richlander/fc7414c5a202afe2862a to your computer and use it in GitHub Desktop.
Save richlander/fc7414c5a202afe2862a to your computer and use it in GitHub Desktop.
VB NameOf operator
If x Is Nothing Then Throw New ArgumentNullException(NameOf(x))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment