OpcSubscriptionReadOnlyCollection Class

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

Provides a read-only collection of OpcSubscription instances.

C#

public class OpcSubscriptionReadOnlyCollection : ReadOnlyCollection<OpcSubscription>, IList<OpcSubscription>, ICollection<OpcSubscription>, IList, ICollection, IReadOnlyList<OpcSubscription>, IReadOnlyCollection<OpcSubscription>, IEnumerable<OpcSubscription>, IEnumerable


Inheritance ObjectReadOnlyCollection<OpcSubscription> › OpcSubscriptionReadOnlyCollection


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

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