C# Class Ninject.Extensions.Xml.Configuration.NinjectSectionHandler

Handles configuration sections that contains Ninject modules definition.
Inheritance: System.Configuration.ConfigurationSection
显示文件 Open project: ninject/Ninject.Extensions.Xml

Protected Methods

Method Description
DeserializeElement ( XmlReader reader, bool serializeCollectionKey ) : void

Reads XML from the configuration file.

Method Details

DeserializeElement() protected method

Reads XML from the configuration file.
protected DeserializeElement ( XmlReader reader, bool serializeCollectionKey ) : void
reader System.Xml.XmlReader The XmlReader that reads from the configuration file.
serializeCollectionKey bool true to serialize only the collection key properties; otherwise, false.
return void