C# 클래스 SimpleConfigSections.ConcreteConfiguration

상속: IInterceptor
파일 보기 프로젝트 열기: miensol/SimpleConfigSections 1 사용 예제들

공개 메소드들

메소드 설명
ClientValue ( Type definingType ) : object
ConcreteConfiguration ( IConfigValue configValue ) : System
Intercept ( IInvocation invocation ) : void

메소드 상세

ClientValue() 공개 메소드

public ClientValue ( Type definingType ) : object
definingType System.Type
리턴 object

ConcreteConfiguration() 공개 메소드

public ConcreteConfiguration ( IConfigValue configValue ) : System
configValue IConfigValue
리턴 System

Intercept() 공개 메소드

public Intercept ( IInvocation invocation ) : void
invocation IInvocation
리턴 void