Initializes a new instance of the ItemCollection class.
Namespace:
PerpetuumSoft.Framework.ConnectivityAssembly: 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 ) |
Parameters
- channel
- Type: PerpetuumSoft.Framework.Connectivity..::.DataChannel