OpcResultReadOnlyCollection Members

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

OpcResultReadOnlyCollection(IList<OpcResult>)

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

C#

public OpcResultReadOnlyCollection(IList<OpcResult> list)


Parameters

list IList<OpcResult>

The IList´1 of OpcResult instances to wrap.


Exceptions

ArgumentNullException

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