OpcReadOnlyReferenceTypeCollection Members

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

OpcReadOnlyReferenceTypeCollection(IEnumerable<OpcReferenceType>)

Initializes a new instance of the OpcReadOnlyReferenceTypeCollection class that is a read-only representation of the items in the enumerable.

C#

public OpcReadOnlyReferenceTypeCollection(IEnumerable<OpcReferenceType> enumerable)


Parameters

enumerable IEnumerable<OpcReferenceType>

The IEnumerable´1 of OpcReferenceType values to copy.


Exceptions

ArgumentNullException

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

OpcReadOnlyReferenceTypeCollection(IList<OpcReferenceType>)

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

C#

public OpcReadOnlyReferenceTypeCollection(IList<OpcReferenceType> list)


Parameters

list IList<OpcReferenceType>

The IList´1 of OpcReferenceType values to wrap.


Exceptions

ArgumentNullException

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