OpcAccessControlListReadOnlyCollection Members

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

OpcAccessControlListReadOnlyCollection(IList<OpcAccessControlList>)

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

C#

public OpcAccessControlListReadOnlyCollection(IList<OpcAccessControlList> list)


Parameters

list IList<OpcAccessControlList>

The IList´1 of OpcAccessControlList values to wrap.


Exceptions

ArgumentNullException

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