상속: System.Configuration.ConfigurationSection, IConfigValue, IBaseValueProvider
 public SectionIdentity(string name, Type type, ConfigurationSectionForInterface section)
 {
     _name = name;
     _type = type;
     _section = section;
 }
 public SectionIdentity(string name, Type type, ConfigurationSectionForInterface section)
 {
     _name    = name;
     _type    = type;
     _section = section;
 }