Design Pattern Framework 3.5
Items Property
Patterns-In-Action! Application ► Cart ► ShoppingCart ► Items
Gets datatable holding shopping cart data.
Declaration Syntax
C# | Visual Basic |
public IList<ShoppingCartItem> Items { get; }
Public ReadOnly Property Items As IList(Of ShoppingCartItem)