OpcContentFilterElementReadOnlyCollection Members

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

OpcContentFilterElementReadOnlyCollection(IList<OpcContentFilterElement>)

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

C#

public OpcContentFilterElementReadOnlyCollection(IList<OpcContentFilterElement> list)


Parameters

list IList<OpcContentFilterElement>

The IList´1 of OpcContentFilterElement values to wrap.


Exceptions

ArgumentNullException

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