OpcReadOnlyNamespaceIndexCollection Members

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

OpcReadOnlyNamespaceIndexCollection(IList<Int32>)

Initializes a new instance of the OpcReadOnlyNamespaceIndexCollection class that is a read-only wrapper around the specified list.

C#

public OpcReadOnlyNamespaceIndexCollection(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).