OpcArgumentCollection Members

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

OpcArgumentCollection()

Initializes a new instance of the OpcArgumentCollection class.

C#

public OpcArgumentCollection()

OpcArgumentCollection(IList<OpcArgument>)

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

C#

public OpcArgumentCollection(IList<OpcArgument> list)


Parameters

list IList<OpcArgument>

The IList´1 of OpcArgument instances to wrap.


Exceptions

ArgumentNullException

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