OpcNodeIdCollection Class

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll

Represents a collection of OpcNodeId instances.

C#

public class OpcNodeIdCollection : Collection<OpcNodeId>, IList<OpcNodeId>, ICollection<OpcNodeId>, IList, ICollection, IReadOnlyList<OpcNodeId>, IReadOnlyCollection<OpcNodeId>, IEnumerable<OpcNodeId>, IEnumerable


Inheritance ObjectCollection<OpcNodeId> › OpcNodeIdCollection


Implements IList<OpcNodeId>, ICollection<OpcNodeId>, IList, ICollection, IReadOnlyList<OpcNodeId>, IReadOnlyCollection<OpcNodeId>, IEnumerable<OpcNodeId>, IEnumerable

Name Description
OpcNodeIdCollection Initializes a new instance of the OpcNodeIdCollection class.
OpcNodeIdCollection(IList) Initializes a new instance of the OpcNodeIdCollection class as a wrapper for the specified list.
Name Description
ClearItems Removes all elements from the Collection´1.
InsertItem(Int32, OpcNodeId) Inserts an element into the Collection´1 at the specified index.
RemoveItem(Int32) Removes the element at the specified index of the Collection´1.
SetItem(Int32, OpcNodeId) Replaces the element at the specified index.