C# 클래스 Castle.MicroKernel.Registration.Node

Represents a configuration child.
파일 보기 프로젝트 열기: castleproject/Windsor 1 사용 예제들

공개 메소드들

메소드 설명
ApplyTo ( IConfiguration configuration ) : void

Applies the configuration node.

보호된 메소드들

메소드 설명
Node ( String name ) : System

메소드 상세

ApplyTo() 공개 추상적인 메소드

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

Node() 보호된 메소드

protected Node ( String name ) : System
name String
리턴 System