C# Class System.Configuration.AppSettingsReader

Mostrar archivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
AppSettingsReader ( ) : System
GetValue ( string key, Type type ) : object

Private Methods

Method Description
GetNoneNesting ( string val ) : int

Method Details

AppSettingsReader() public method

public AppSettingsReader ( ) : System
return System

GetValue() public method

public GetValue ( string key, Type type ) : object
key string
type System.Type
return object