Пример #1
0
 public static TValue Clone(TValue other)
 {
     return((TValue)other.MemberwiseClone());
 }