OpcReadOnlyNodeIdCollection Members

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

OpcReadOnlyNodeIdCollection(IEnumerable<OpcNodeId>)

Initializes a new instance of the OpcReadOnlyNodeIdCollection class that is a read-only representation of the items in the enumerable.

C#

public OpcReadOnlyNodeIdCollection(IEnumerable<OpcNodeId> enumerable)


Parameters

enumerable IEnumerable<OpcNodeId>

The IEnumerable´1 of OpcNodeId values to copy.


Exceptions

ArgumentNullException

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

OpcReadOnlyNodeIdCollection(IList<OpcNodeId>)

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

C#

public OpcReadOnlyNodeIdCollection(IList<OpcNodeId> list)


Parameters

list IList<OpcNodeId>

The IList´1 of OpcNodeId values to wrap.


Exceptions

ArgumentNullException

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