OpcNotificationDataSetItemReadOnlyCollection<T> Members

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcNotificationDataSetItemReadOnlyCollection<T> type exposes the following members.

OpcNotificationDataSetItemReadOnlyCollection(IList<T>)

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

C#

public OpcNotificationDataSetItemReadOnlyCollection(IList<T> list)


Parameters

list IList<T>

The IList´1 of T values to wrap.


Exceptions

ArgumentNullException

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