Skip to content

Instantly share code, notes, and snippets.

@atsvetkov
Last active June 10, 2017 12:35
Show Gist options
  • Save atsvetkov/343f3624d3c6d6bde2e2cd9875f5b97d to your computer and use it in GitHub Desktop.
Save atsvetkov/343f3624d3c6d6bde2e2cd9875f5b97d to your computer and use it in GitHub Desktop.
void Foo(SomeReferenceType input)
{
Guard.NotNull(input);
// do something useful
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment