Esempio n. 1
0
 internal string WholeConstructorSection()
 {
     return(TextUtil.FetchTextBetween(_htmlText, ConstructorWord, PropertiesWord));
 }
Esempio n. 2
0
 private string WholePropertiesSection()
 {
     return(TextUtil.FetchTextBetween(_htmlText, PropertiesWord, FieldsWord));
 }