OpcNamespaceIndexCollection Members

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

OpcNamespaceIndexCollection()

Initializes a new instance of the OpcNamespaceIndexCollection class.

C#

public OpcNamespaceIndexCollection()

OpcNamespaceIndexCollection(IList<Int32>)

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

C#

public OpcNamespaceIndexCollection(IList<int> list)


Parameters

list IList<Int32>

The IList´1 of Int32 values to wrap.


Exceptions

ArgumentNullException

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