OpcNameCollection Members

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

OpcNameCollection()

Initializes a new instance of the OpcNameCollection class.

C#

public OpcNameCollection()

OpcNameCollection(IList<OpcName>)

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

C#

public OpcNameCollection(IList<OpcName> list)


Parameters

list IList<OpcName>

The IList´1 of OpcName instances to wrap.


Exceptions

ArgumentNullException

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