OpcNamespaceUriCollection Members

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

OpcNamespaceUriCollection()

Initializes a new instance of the OpcNamespaceUriCollection class.

C#

public OpcNamespaceUriCollection()

OpcNamespaceUriCollection(IList<Uri>)

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

C#

public OpcNamespaceUriCollection(IList<Uri> list)


Parameters

list IList<Uri>

The IList´1 of Uri instances to wrap.


Exceptions

ArgumentNullException

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