OpcEndpointIdentityReadOnlyCollection Members

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

OpcEndpointIdentityReadOnlyCollection(IList<OpcEndpointIdentity>)

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

C#

public OpcEndpointIdentityReadOnlyCollection(IList<OpcEndpointIdentity> list)


Parameters

list IList<OpcEndpointIdentity>

The IList´1 of OpcEndpointIdentity values to wrap.


Exceptions

ArgumentNullException

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