OpcResultReadOnlyCollection Class

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

Provides a read-only collection of OpcResult instances.

C#

public class OpcResultReadOnlyCollection : ReadOnlyCollection<OpcResult>, IList<OpcResult>, ICollection<OpcResult>, IList, ICollection, IReadOnlyList<OpcResult>, IReadOnlyCollection<OpcResult>, IEnumerable<OpcResult>, IEnumerable


Inheritance ObjectReadOnlyCollection<OpcResult> › OpcResultReadOnlyCollection


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

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