OpcResultCollection<TItem, TItemContent, TItemContentList> Members

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcResultCollection<m, t, t> type exposes the following members.

OpcResultCollection()

Initializes a new instance of the OpcResultCollection´3 class.

C#

protected OpcResultCollection()

OpcResultCollection(IList<TItem>)

Initializes a new instance of the OpcResultCollection´3 class as a wrapper for the specified list.

C#

protected OpcResultCollection(IList<TItem> list)


Parameters

list IList<m>

The IList´1 of TItem instances to wrap.


Exceptions

ArgumentNullException

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