OpcReadOnlyNamespaceUriCollection Class

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

Provides a read-only collection of Uri values representing OpcNamespace objects.

C#

public class OpcReadOnlyNamespaceUriCollection : ReadOnlyCollection<Uri>, IList<Uri>, ICollection<Uri>, IList, ICollection, IReadOnlyList<Uri>, IReadOnlyCollection<Uri>, IEnumerable<Uri>, IEnumerable


Inheritance ObjectReadOnlyCollection<Uri> › OpcReadOnlyNamespaceUriCollection


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

Name Description
OpcReadOnlyNamespaceUriCollection(IList) Initializes a new instance of the OpcReadOnlyNamespaceUriCollection class that is a read-only wrapper around the specified list.
Name Description
Empty