OpcFilterOperandReadOnlyCollection Class

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

Provides a read-only collection of OpcFilterOperand instances.

C#

public class OpcFilterOperandReadOnlyCollection : ReadOnlyCollection<OpcFilterOperand>, IList<OpcFilterOperand>, ICollection<OpcFilterOperand>, IList, ICollection, IReadOnlyList<OpcFilterOperand>, IReadOnlyCollection<OpcFilterOperand>, IEnumerable<OpcFilterOperand>, IEnumerable


Inheritance ObjectReadOnlyCollection<OpcFilterOperand> › OpcFilterOperandReadOnlyCollection


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

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