C# Class System.Configuration.AppSettingsReader

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
AppSettingsReader ( ) : System
GetValue ( string key, Type type ) : object

Private Methods

Méthode Description
GetNoneNesting ( string val ) : int

Method Details

AppSettingsReader() public méthode

public AppSettingsReader ( ) : System
Résultat System

GetValue() public méthode

public GetValue ( string key, Type type ) : object
key string
type System.Type
Résultat object