OpcFilterOperandReadOnlyCollection Members

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

OpcFilterOperandReadOnlyCollection(IList<OpcFilterOperand>)

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

C#

public OpcFilterOperandReadOnlyCollection(IList<OpcFilterOperand> list)


Parameters

list IList<OpcFilterOperand>

The IList´1 of OpcFilterOperand values to wrap.


Exceptions

ArgumentNullException

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