UriCollection Class

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

Represents a collection of Uri objects.

C#

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


Inheritance ObjectCollection<Uri> › UriCollection


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

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