C# Класс Ninject.Extensions.Xml.Configuration.NinjectSectionHandler

Handles configuration sections that contains Ninject modules definition.
Наследование: System.Configuration.ConfigurationSection
Показать файл Открыть проект

Защищенные методы

Метод Описание
DeserializeElement ( XmlReader reader, bool serializeCollectionKey ) : void

Reads XML from the configuration file.

Описание методов

DeserializeElement() защищенный Метод

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.
Результат void