Created
June 2, 2020 11:17
-
-
Save mrstebo/662a8c3c6940608d6245c9b884c9b3db to your computer and use it in GitHub Desktop.
c-net-registry-based-configuration-base-class-5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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