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