Метод | Описание | |
---|---|---|
Add ( QuickFix section ) : QuickFix.Dictionary | ||
Get ( string sectionName ) : LinkedList |
||
IsComment ( string s ) : bool | ||
IsKeyValue ( string s ) : bool | ||
IsSection ( string s ) : bool | ||
Settings ( System conf ) : System.Collections.Generic | ||
SplitSection ( string s ) : string |
Strip the outer '[' and ']' from the section name, e.g. '[DEFAULT]' becomes 'DEFAULT'
|
public Add ( QuickFix section ) : QuickFix.Dictionary | ||
section | QuickFix | |
Результат | QuickFix.Dictionary |
public Get ( string sectionName ) : LinkedList |
||
sectionName | string | |
Результат | LinkedList |
public static IsComment ( string s ) : bool | ||
s | string | |
Результат | bool |
public static IsKeyValue ( string s ) : bool | ||
s | string | |
Результат | bool |
public static IsSection ( string s ) : bool | ||
s | string | |
Результат | bool |
public Settings ( System conf ) : System.Collections.Generic | ||
conf | System | |
Результат | System.Collections.Generic |
public static SplitSection ( string s ) : string | ||
s | string | the section name |
Результат | string |