Method | Description | |
---|---|---|
GetSection ( string sectionName ) : object |
Parses the configuration section and returns the resulting object. Using the Primary purpose of this method is to allow us to parse and load configuration sections using the same API regardless of the .NET framework version. |
public GetSection ( string sectionName ) : object | ||
sectionName | string | Name of the configuration section. |
return | object |