C# 클래스 Ninject.Extensions.Xml.Configuration.NinjectSectionHandler

Handles configuration sections that contains Ninject modules definition.
상속: System.Configuration.ConfigurationSection
파일 보기 프로젝트 열기: ninject/Ninject.Extensions.Xml

보호된 메소드들

메소드 설명
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