コード例 #1
0
ファイル: MemberPath.cs プロジェクト: pentp/fluentassertions
 public bool IsParentOrChildOf(MemberPath candidate)
 {
     return(IsParent(candidate) || IsChild(candidate));
 }