, s_properties ,
s_properties , you - singleton - . [ .] ConfigurationXXX (ConfigurationManager, ) , AppDomain.
, :
private static ConfigurationPropertyCollection s_properties;
static ExampleSection()
{
}
protected override ConfigurationPropertyCollection Properties
{
get { return s_properties; }
}
, s_properties.
, - "" ?
, .
*** , ?
[Edit: Depends... ConfigurationManager. , , AppSettingsCollection. readonly. .. , static Dictionary<string, ConfigurationPropertyCollection> Properties. , - , .]
[ []]
. [Static] ConfigurationXXX , . , / - . , :
string someValue = ConfigurationManager.AppSettings["SomeKey"];
ConfigurationManager. , AppDomain, .
, . , , , ConfigurationXXX.