Example #1
0
 public object Clone()
 {
     return(CachedList <T> .Copy(this));
 }