コード例 #1
0
 public bool Accept(TBean type, TType x, Dictionary <DefTypeBase, bool> y, HashSet <DefTypeBase> z)
 {
     return(Compare(type.GetBeanAs <DefBean>(), ((TBean)x).GetBeanAs <DefBean>(), y, z));
 }
コード例 #2
0
 public void Accept(TBean type, HashSet <DefTypeBase> x)
 {
     x.Add(type.GetBeanAs <DefBean>());
 }