Ejemplo n.º 1
0
 public CommentDocument(CommentElement classElement)
     : base(classElement)
 {
 }
Ejemplo n.º 2
0
 private static IEnumerable<String> ExtractCommentWords(CommentElement element)
 {
     return GetDefaultLetterWords(element.Body);
 }