Initializes a new instance of the ItemCollection class.

Namespace:  PerpetuumSoft.Framework.Connectivity
Assembly:  PerpetuumSoft.Framework.Connectivity (in PerpetuumSoft.Framework.Connectivity.dll) Version: 3.9.0.1

Syntax

C#
public ItemCollection(
	DataChannel channel
)
Visual Basic (Declaration)
Public Sub New ( _
	channel As DataChannel _
)
Visual C++
public:
ItemCollection(
	DataChannel^ channel
)

See Also