OpcOperationTypeReadOnlyCollection Members

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

OpcOperationTypeReadOnlyCollection(IList<OpcOperationType>)

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

C#

public OpcOperationTypeReadOnlyCollection(IList<OpcOperationType> list)


Parameters

list IList<OpcOperationType>

The IList´1 of OpcOperationType values to wrap.


Exceptions

ArgumentNullException

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