ShoppingCart Constructor (shippingMethod)

Design Pattern Framework 3.5

Design Pattern Framework 3.5 ShoppingCart Constructor (shippingMethod)
Patterns-In-Action! ApplicationCartShoppingCartShoppingCart(ShippingMethod)
Constructor for shopping cart.
Declaration Syntax
C# Visual Basic
public ShoppingCart(
	ShippingMethod shippingMethod
)
Public Sub New ( _
	shippingMethod As ShippingMethod _
)
Parameters
shippingMethod (ShippingMethod)

Assembly: Cart (Module: Cart) Version: 1.0.0.0 (1.0.0.0)