Implemented interface member:
2 references to Clone
MyFrontend (2)
artifacts\obj\MyFrontend\Debug\net8.0\Basket.cs (2)
751unitPrice_ = other.unitPrice_ != null ? other.unitPrice_.Clone() : null; 752oldUnitPrice_ = other.oldUnitPrice_ != null ? other.oldUnitPrice_.Clone() : null;