C# 클래스 Castle.MonoRail.Framework.Configuration.ExtensionEntryCollection

Represents a set of MonoRail extensions
상속: System.Collections.CollectionBase, ISerializedConfig
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

공개 메소드들

메소드 설명
Deserialize ( XmlNode section ) : void

Deserializes the specified section.

this ( int index ) : ExtensionEntry

Gets the Castle.MonoRail.Framework.Configuration.ExtensionEntry at the specified index.

메소드 상세

Deserialize() 공개 메소드

Deserializes the specified section.
public Deserialize ( XmlNode section ) : void
section System.Xml.XmlNode The section.
리턴 void

this() 공개 메소드

Gets the Castle.MonoRail.Framework.Configuration.ExtensionEntry at the specified index.
public this ( int index ) : ExtensionEntry
index int
리턴 ExtensionEntry