OpcLocalReferenceCollection Members

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

OpcLocalReferenceCollection()

Initializes a new instance of the OpcLocalReferenceCollection class.

C#

public OpcLocalReferenceCollection()

OpcLocalReferenceCollection(IList<OpcLocalReference>)

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

C#

public OpcLocalReferenceCollection(IList<OpcLocalReference> list)


Parameters

list IList<OpcLocalReference>

The IList´1 of OpcLocalReference instances to wrap.


Exceptions

ArgumentNullException

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