Provides a collection of Item objects.

Namespace:  Neodynamic.SDK.Printing
Assembly:  Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 2.0.2000.0 (2.0.2000.0)

Syntax

C#
public class ItemCollection : Collection<Item>
Visual Basic (Declaration)
Public Class ItemCollection _
	Inherits Collection(Of Item)
Visual C++
public ref class ItemCollection : public Collection<Item^>

Inheritance Hierarchy

System..::.Object
  System.Collections.ObjectModel..::.Collection<(Of <(Item>)>)
    Neodynamic.SDK.Printing..::.ItemCollection

See Also