OpcNameCollection Class

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

Representes a collection of OpcName instances.

C#

public class OpcNameCollection : OpcCollection<OpcName, QualifiedName, QualifiedNameCollection>, IList<OpcName>, ICollection<OpcName>, IList, ICollection, IReadOnlyList<OpcName>, IReadOnlyCollection<OpcName>, IEnumerable<OpcName>, IEnumerable


Inheritance ObjectCollection<OpcName> › OpcCollection<OpcName, QualifiedName, QualifiedNameCollection> › OpcNameCollection


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

Name Description
OpcNameCollection Initializes a new instance of the OpcNameCollection class.
OpcNameCollection(IList) Initializes a new instance of the OpcNameCollection class as a wrapper for the specified list.