OpcReadOnlyNamespaceUriCollection Members

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

OpcReadOnlyNamespaceUriCollection(IList<Uri>)

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

C#

public OpcReadOnlyNamespaceUriCollection(IList<Uri> list)


Parameters

list IList<Uri>

The IList´1 of Uri values to wrap.


Exceptions

ArgumentNullException

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

Empty

C#

public static readonly OpcReadOnlyNamespaceUriCollection Empty


Field Value
OpcReadOnlyNamespaceUriCollection