PlcValueCollection Members

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

PlcValueCollection()

Initializes a new instance of the PlcValueCollection class.

C#

public PlcValueCollection()

GetKeyForItem(IPlcValue)

Extracts the key from the specified element.

C#

protected override PlcName GetKeyForItem(IPlcValue item)


Parameters

item IPlcValue

The element from which to extract the key.


Returns

PlcName

The key for the specified element.



Exceptions

ArgumentNullException

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