Exemplo n.º 1
0
 public IEnumerator <Comment> GetEnumerator()
 {
     return(collection.Where(c => c.Parent == this).GetEnumerator());
 }