Exemplo n.º 1
0
 public bool IsChildOf(Construct construct)
 {
     return(Ancestors.Contains(construct));
 }