Пример #1
0
 internal string WholeConstructorSection()
 {
     return(TextUtil.FetchTextBetween(_htmlText, ConstructorWord, PropertiesWord));
 }
Пример #2
0
 private string WholePropertiesSection()
 {
     return(TextUtil.FetchTextBetween(_htmlText, PropertiesWord, FieldsWord));
 }