Method | Description | |
---|---|---|
FileConfigurationSource ( string filePath ) : System |
Constructs the source over the file located at the given path within the underlying file-system.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
IDisposable ( ) : void |
public FileConfigurationSource ( string filePath ) : System | ||
filePath | string | The string describing the path where /// the file is located. |
return | System |