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)); }
public void Accept(TBean type, HashSet <DefTypeBase> x) { x.Add(type.GetBeanAs <DefBean>()); }