Fork me on GitHub

NoopConfigurationReader Class

Summary

Implementation of IConfigurationReader that uses the standard .NET configuration APIs, ConfigurationSettings in 1.x and ConfigurationManager in 2.0
Namespace
SharpInputSystem
Base Types
  • IConfigurationReader
graph BT Type-->Base0["IConfigurationReader"] Type["NoopConfigurationReader"] class Type type-node

Syntax

public class NoopConfigurationReader : IConfigurationReader

Methods

Name Value Summary
GetSection(string) object
Parses the configuration section and returns the resulting object.