OpcReferenceDescriptionCollection Members

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

OpcReferenceDescriptionCollection()

Initializes a new instance of the OpcReferenceDescriptionCollection class.

C#

public OpcReferenceDescriptionCollection()

OpcReferenceDescriptionCollection(IList<OpcReferenceDescription>)

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

C#

public OpcReferenceDescriptionCollection(IList<OpcReferenceDescription> list)


Parameters

list IList<OpcReferenceDescription>

The IList´1 of OpcReferenceDescription instances to wrap.


Exceptions

ArgumentNullException

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