Метод | Описание | |
---|---|---|
ConcordionConfigParser ( |
Initializes a new instance of the ConcordionConfigParser class.
|
|
Parse ( TextReader reader ) : void |
Parses the specified reader.
|
Метод | Описание | |
---|---|---|
LoadConfiguration ( System.Xml.Linq.XDocument document ) : void |
Loads the configuration.
|
|
LoadRunners ( System.Xml.Linq.XElement element ) : void |
Loads the runners.
|
public ConcordionConfigParser ( |
||
config | The config. | |
Результат | System |
public Parse ( TextReader reader ) : void | ||
reader | TextReader | The reader. |
Результат | void |