Exemple #1
0
 public bool IsDescendantOf(ClassDescriptor other)
 {
     return(other.IsAncestorOf(this));
 }