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