OpcValueCollection Members

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcValueCollection type exposes the following members.

OpcValueCollection()

Initializes a new instance of the OpcValueCollection class.

C#

public OpcValueCollection()

OpcValueCollection(IList<OpcValue>)

Initializes a new instance of the OpcValueCollection class as a wrapper for the specified list.

C#

public OpcValueCollection(IList<OpcValue> list)


Parameters

list IList<OpcValue>

The IList´1 of OpcValue instances to wrap.


Exceptions

ArgumentNullException

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