OpcNamespaceUriCollection Class

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

Represents a collection of Uri instances identifying different namespaces using their Uri (see OpcNamespace).

C#

public class OpcNamespaceUriCollection : Collection<Uri>, IList<Uri>, ICollection<Uri>, IList, ICollection, IReadOnlyList<Uri>, IReadOnlyCollection<Uri>, IEnumerable<Uri>, IEnumerable


Inheritance ObjectCollection<Uri> › OpcNamespaceUriCollection


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

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