C# Class SimpleConfigSections.ConcreteConfiguration

Inheritance: IInterceptor
Afficher le fichier Open project: miensol/SimpleConfigSections Class Usage Examples

Méthodes publiques

Méthode Description
ClientValue ( Type definingType ) : object
ConcreteConfiguration ( IConfigValue configValue ) : System
Intercept ( IInvocation invocation ) : void

Method Details

ClientValue() public méthode

public ClientValue ( Type definingType ) : object
definingType System.Type
Résultat object

ConcreteConfiguration() public méthode

public ConcreteConfiguration ( IConfigValue configValue ) : System
configValue IConfigValue
Résultat System

Intercept() public méthode

public Intercept ( IInvocation invocation ) : void
invocation IInvocation
Résultat void