Example #1
0
 public Basket FromObject(object anotherObject)
 {
     return(MyObject <Basket> .FromObject(anotherObject));
 }