예제 #1
0
 public object Clone()
 {
     return(BinFactory.New(this as IEnumerable <T>));
 }