OpcReadOnlyNamespaceCollection Class

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

Provides a read-only collection of OpcNamespace instances.

C#

public class OpcReadOnlyNamespaceCollection : ReadOnlyCollection<OpcNamespace>, IList<OpcNamespace>, ICollection<OpcNamespace>, IList, ICollection, IReadOnlyList<OpcNamespace>, IReadOnlyCollection<OpcNamespace>, IEnumerable<OpcNamespace>, IEnumerable, IOpcNamespaceResolver


Inheritance ObjectReadOnlyCollection<OpcNamespace> › OpcReadOnlyNamespaceCollection


Implements IList<OpcNamespace>, ICollection<OpcNamespace>, IList, ICollection, IReadOnlyList<OpcNamespace>, IReadOnlyCollection<OpcNamespace>, IEnumerable<OpcNamespace>, IEnumerable, IOpcNamespaceResolver

Name Description
OpcReadOnlyNamespaceCollection(IList) Initializes a new instance of the OpcReadOnlyNamespaceCollection class that is a read-only wrapper around the specified list.
Name Description
Resolve(OpcNamespace) Resolves another namespace using the information in the source specified.
ResolveIndex(String) Resolves the unique identifier of the namespace specified by the namespaceValue.
ResolveValue(Int32) Resolves the String-based representation of the namespace which can be identified using the namespaceIndex specified.