OpcTranslatePathResultCollection Members

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

OpcTranslatePathResultCollection()

Intitializes a new instance of the OpcTranslatePathResultCollection class.

C#

public OpcTranslatePathResultCollection()

OpcTranslatePathResultCollection(IList<OpcTranslatePathResult>)

Initializes a new instance of the OpcTranslatePathResultCollection class as a wrapper for the specified list.

C#

public OpcTranslatePathResultCollection(IList<OpcTranslatePathResult> list)


Parameters

list IList<OpcTranslatePathResult>

The IList´1 of OpcTranslatePathResult instances to wrap.


Exceptions

ArgumentNullException

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