OpcNamespaceIndexCollection Class

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

Represents a collection of Int32 values identifying different namespaces using their Index (see OpcNamespace).

C#

public class OpcNamespaceIndexCollection : Collection<int>, IList<int>, ICollection<int>, IList, ICollection, IReadOnlyList<int>, IReadOnlyCollection<int>, IEnumerable<int>, IEnumerable


Inheritance ObjectCollection<Int32> › OpcNamespaceIndexCollection


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

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