Skip to content

Instantly share code, notes, and snippets.

@lgolubyev
Created May 23, 2022 12:41
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/f2d976f65be60788a070b78ff6c2e79d to your computer and use it in GitHub Desktop.
Save lgolubyev/f2d976f65be60788a070b78ff6c2e79d to your computer and use it in GitHub Desktop.
public IEnumerable<string> ReadOnlyNameCollection
get { return _nameCollection.AsReadOnly(); }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment