OpcValueCollection Class

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

Represents a collection of OpcValue instances.

C#

public class OpcValueCollection : OpcValueCollection<OpcValue>, IList<OpcValue>, ICollection<OpcValue>, IList, ICollection, IReadOnlyList<OpcValue>, IReadOnlyCollection<OpcValue>, IEnumerable<OpcValue>, IEnumerable


Inheritance ObjectCollection<OpcValue> › OpcValueCollection<OpcValue> › OpcValueCollection


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

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