Exemplo n.º 1
0
 public long GetWordCount()
 {
     return(Chapters.Sum(i => i.GetWordCount()));
 }