C# Class Castle.MonoRail.Framework.Configuration.ExtensionEntryCollection

Represents a set of MonoRail extensions
Inheritance: System.Collections.CollectionBase, ISerializedConfig
Afficher le fichier Open project: nats/castle-1.0.3-mono Class Usage Examples

Méthodes publiques

Méthode Description
Deserialize ( XmlNode section ) : void

Deserializes the specified section.

this ( int index ) : ExtensionEntry

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

Method Details

Deserialize() public méthode

Deserializes the specified section.
public Deserialize ( XmlNode section ) : void
section System.Xml.XmlNode The section.
Résultat void

this() public méthode

Gets the Castle.MonoRail.Framework.Configuration.ExtensionEntry at the specified index.
public this ( int index ) : ExtensionEntry
index int
Résultat ExtensionEntry