Beispiel #1
0
 bool IsLeafType(CmpWalker cw, object o)
 {
     return(cw.IsLeafType(o, o.GetType()));
 }