Skip to content

Instantly share code, notes, and snippets.

@lgolubyev
Created August 16, 2021 10:01
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/012774dbb464c4ae2b3a52b7871c2bed to your computer and use it in GitHub Desktop.
Save lgolubyev/012774dbb464c4ae2b3a52b7871c2bed to your computer and use it in GitHub Desktop.
public string tName {get;
set
{
if (value.Trim() == "")
throw new ArgumentException("No blank strings"); field = value;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment