Name
DictionarySectionHandler — System.Configuration (system.dll) class
Synopsis
public class DictionarySectionHandler : IConfigurationSectionHandler { // Public Constructors public DictionarySectionHandler( ); // Protected Instance Properties protected virtual string KeyAttributeName{get; } protected virtual string ValueAttributeName{get; } // Public Instance Methods public virtual object Create( object parent, object context, System.Xml.XmlNode section); // implements IConfigurationSectionHandler }
This type implements
IConfigurationSectionHandler
. Its Create(
)
method returns a
System.Collections.Hashtable
containing all the
key-value pairs read from a configuration section.
Get .NET & XML now with O’Reilly online learning.
O’Reilly members experience live online training, plus books, videos, and digital content from 200+ publishers.