示例#1
0
 public bool IsParentOrChildOf(MemberPath candidate)
 {
     return(IsParent(candidate) || IsChild(candidate));
 }