C# Class Castle.MicroKernel.Registration.Parameter

Represents a configuration parameter.
Exibir arquivo Open project: castleproject/Windsor Class Usage Examples

Public Methods

Method Description
ForKey ( String key ) : ParameterKey

Create a ParameterKey with key.

Private Methods

Method Description
Parameter ( String key, IConfiguration configNode ) : System
Parameter ( String key, String value ) : System

Method Details

ForKey() public static method

Create a ParameterKey with key.
public static ForKey ( String key ) : ParameterKey
key String The parameter key.
return ParameterKey