Skip to content

Commit

Permalink
Add a note about section names being optional
Browse files Browse the repository at this point in the history
  • Loading branch information
tgharold committed Mar 5, 2020
1 parent d8e54c9 commit a189145
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace Example3Api.Attributes
{
/// <summary>Used when the section name in the configuration file does not match the
/// class name of the options/configuration object.</summary>
[AttributeUsage(AttributeTargets.Class)]
public class ConfigurationSectionNameAttribute : Attribute
{
Expand Down

0 comments on commit a189145

Please sign in to comment.