Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save mrstebo/f7f6bd19c9c727b5ae0ec04fcd97ebe6 to your computer and use it in GitHub Desktop.
extending-the-c-registry-based-configuration-class-1
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