OpcArgumentCollection Class

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

Representes a collection of OpcArgument instances.

C#

public class OpcArgumentCollection : OpcCollection<OpcArgument, Argument, ArgumentCollection>, IList<OpcArgument>, ICollection<OpcArgument>, IList, ICollection, IReadOnlyList<OpcArgument>, IReadOnlyCollection<OpcArgument>, IEnumerable<OpcArgument>, IEnumerable


Inheritance ObjectCollection<OpcArgument> › OpcCollection<OpcArgument, Argument, ArgumentCollection> › OpcArgumentCollection


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

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