C# Class Castle.MicroKernel.Registration.Node

Represents a configuration child.
ファイルを表示 Open project: castleproject/Windsor Class Usage Examples

Public Methods

Method Description
ApplyTo ( IConfiguration configuration ) : void

Applies the configuration node.

Protected Methods

Method Description
Node ( String name ) : System

Method Details

ApplyTo() public abstract method

Applies the configuration node.
public abstract ApplyTo ( IConfiguration configuration ) : void
configuration IConfiguration The configuration.
return void

Node() protected method

protected Node ( String name ) : System
name String
return System