Ejemplo n.º 1
0
 private ShimSham Create(Cow toWrap, bool fuzzy)
 {
     return(new ShimSham(new object[] { toWrap }, toWrap.GetType(), fuzzy));
 }