C# Class Microsoft.R.Components.Application.Configuration.ConfigurationSettingsReader

Storage of the R application settings. Settings are written into R file as assignment statements such as 'name <- value'. Value can be string or an expression. The difference is that string values are quoted when written into the file and expressions are written as is.
Inheritance: IConfigurationSettingsReader
Exibir arquivo Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
ConfigurationSettingsReader ( StreamReader reader ) : System.Collections.Generic
Dispose ( ) : void
LoadSettings ( ) : IReadOnlyList

Method Details

ConfigurationSettingsReader() public method

public ConfigurationSettingsReader ( StreamReader reader ) : System.Collections.Generic
reader System.IO.StreamReader
return System.Collections.Generic

Dispose() public method

public Dispose ( ) : void
return void

LoadSettings() public method

public LoadSettings ( ) : IReadOnlyList
return IReadOnlyList