OpcNodeCollection Class

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

Represents a collection of IOpcNode instances.

C#

public class OpcNodeCollection : Collection<IOpcNode>, IList<IOpcNode>, ICollection<IOpcNode>, IList, ICollection, IReadOnlyList<IOpcNode>, IReadOnlyCollection<IOpcNode>, IEnumerable<IOpcNode>, IEnumerable


Inheritance ObjectCollection<IOpcNode> › OpcNodeCollection


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

Name Description
OpcNodeCollection Initializes a new instance of the OpcNodeCollection class.