OpcReadOnlyNodeIdCollection Class

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

Provides a read-only collection of OpcNodeId instances.

C#

public class OpcReadOnlyNodeIdCollection : ReadOnlyCollection<OpcNodeId>, IList<OpcNodeId>, ICollection<OpcNodeId>, IList, ICollection, IReadOnlyList<OpcNodeId>, IReadOnlyCollection<OpcNodeId>, IEnumerable<OpcNodeId>, IEnumerable


Inheritance ObjectReadOnlyCollection<OpcNodeId> › OpcReadOnlyNodeIdCollection


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

Name Description
OpcReadOnlyNodeIdCollection(IEnumerable) Initializes a new instance of the OpcReadOnlyNodeIdCollection class that is a read-only representation of the items in the enumerable.
OpcReadOnlyNodeIdCollection(IList) Initializes a new instance of the OpcReadOnlyNodeIdCollection class that is a read-only wrapper around the specified list.