C# Class Castle.Core.ParameterModel

Afficher le fichier Open project: castleproject/Windsor Class Usage Examples

Méthodes publiques

Méthode Description
ParameterModel ( String name, IConfiguration value ) : System

Initializes a new instance of the ParameterModel class.

ParameterModel ( String name, String value ) : System

Initializes a new instance of the ParameterModel class.

Method Details

ParameterModel() public méthode

Initializes a new instance of the ParameterModel class.
public ParameterModel ( String name, IConfiguration value ) : System
name String The name.
value IConfiguration The value.
Résultat System

ParameterModel() public méthode

Initializes a new instance of the ParameterModel class.
public ParameterModel ( String name, String value ) : System
name String The name.
value String The value.
Résultat System