PlcDataNodeSourceCollection Members

Namespace: IPS7Lnk.Advanced
Assemblies: IPS7LnkNet.Advanced.dll, IPS7LnkNet.Advanced.dll
The PlcDataNodeSourceCollection type exposes the following members.

PlcDataNodeSourceCollection()

Initializes a new instance of the PlcDataNodeSourceCollection class.

C#

public PlcDataNodeSourceCollection()

PlcDataNodeSourceCollection(IList<Object>)

Initializes a new instance of the PlcDataNodeSourceCollection class using the list specified.

C#

public PlcDataNodeSourceCollection(IList<object> list)


Parameters

list IList<Object>

The IList´1 items to add as the initial items of the new collection.


Exceptions

ArgumentNullException

The list is a null reference (Nothing in Visual Basic).