Skip to content

Instantly share code, notes, and snippets.

@mrstebo
Created June 2, 2020 11:17
Show Gist options
  • Select an option

  • Save mrstebo/662a8c3c6940608d6245c9b884c9b3db to your computer and use it in GitHub Desktop.

Select an option

Save mrstebo/662a8c3c6940608d6245c9b884c9b3db to your computer and use it in GitHub Desktop.
c-net-registry-based-configuration-base-class-5
public bool Exists(string key)
{
return GetValue<object>(key, null) != null;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment