Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

A collection of ExpandedNodeId objects.

Namespace: Opc.Ua
Assembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)

Syntax

C#
public class ExpandedNodeIdCollection : List<ExpandedNodeId>, 
	ICloneable
Visual Basic
Public Class ExpandedNodeIdCollection _
	Inherits List(Of ExpandedNodeId) _
	Implements ICloneable
Visual C++
public ref class ExpandedNodeIdCollection : public List<ExpandedNodeId^>, 
	ICloneable

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..List<(Of <(<'ExpandedNodeId>)>)>
    Opc.Ua..::..ExpandedNodeIdCollection

See Also