OpcReferenceCollection Members

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

OpcReferenceCollection()

Initializes a new instance of the OpcReferenceCollection class.

C#

public OpcReferenceCollection()

OpcReferenceCollection(IList<OpcReference>)

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

C#

public OpcReferenceCollection(IList<OpcReference> list)


Parameters

list IList<OpcReference>

The IList´1 of OpcReference instances to wrap.


Exceptions

ArgumentNullException

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