C# Class Castle.MicroKernel.Registration.Node

Represents a configuration child.
Afficher le fichier Open project: castleproject/Windsor Class Usage Examples

Méthodes publiques

Méthode Description
ApplyTo ( IConfiguration configuration ) : void

Applies the configuration node.

Méthodes protégées

Méthode Description
Node ( String name ) : System

Method Details

ApplyTo() public abstract méthode

Applies the configuration node.
public abstract ApplyTo ( IConfiguration configuration ) : void
configuration IConfiguration The configuration.
Résultat void

Node() protected méthode

protected Node ( String name ) : System
name String
Résultat System