Provides a collection of Item objects.

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

Syntax

C#
public class ItemCollection : Collection<Item>
Visual Basic
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