Class ConfigurationReader
Helper class used to read configuration data from disk.
Inheritance
System.Object
ConfigurationReader
Namespace: Den.Dev.Grunt.Util
Assembly: Den.Dev.Grunt.dll
Syntax
public class ConfigurationReader
Constructors
Name | Description |
---|---|
ConfigurationReader() |
Methods
Name | Description |
---|---|
ReadConfiguration<T>(String) | Reads configuration from a local file and deserializes it into an object. |