示例#1
0
 public PropertyDocument(PropertyElement propertyElement)
     : base(propertyElement)
 {
 }
示例#2
0
 private static IEnumerable<string> ExtractPropertyWords(PropertyElement element)
 {
     return GetDefaultLetterWords(element.Body);
 }