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

Handles configuration sections that contains Ninject modules definition.
Inheritance: System.Configuration.ConfigurationSection
Afficher le fichier Open project: ninject/Ninject.Extensions.Xml

Méthodes protégées

Méthode Description
DeserializeElement ( XmlReader reader, bool serializeCollectionKey ) : void

Reads XML from the configuration file.

Method Details

DeserializeElement() protected méthode

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.
Résultat void