Created
June 2, 2020 11:24
-
-
Save mrstebo/f7f6bd19c9c727b5ae0ec04fcd97ebe6 to your computer and use it in GitHub Desktop.
extending-the-c-registry-based-configuration-class-1
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
| protected virtual IEnumerable<PropertyInfo> GetProperties() | |
| { | |
| return GetType().GetProperties(BindingFlags.Public | BindingFlags.Instance | BindingFlags.IgnoreCase | BindingFlags.GetProperty); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment