UriCollection Members

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

UriCollection()

Initializes a new instance of the UriCollection class.

C#

public UriCollection()

UriCollection(IList<Uri>)

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

C#

public UriCollection(IList<Uri> list)


Parameters

list IList<Uri>

The list that is wrapped by the new collection.


Exceptions

ArgumentNullException

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