Total Property

Design Pattern Framework 3.5

Design Pattern Framework 3.5 Total Property
Patterns-In-Action! ApplicationCartShoppingCartTotal
Gets total for all items in shopping cart. Recalculate if needed.
Declaration Syntax
C# Visual Basic
public double Total { get; }
Public ReadOnly Property Total As Double

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