OpcReferenceCollection Class

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

Representes a collection of OpcReference instances.

C#

public class OpcReferenceCollection : OpcCollection<OpcReference, IReference, List<IReference>>, IList<OpcReference>, ICollection<OpcReference>, IList, ICollection, IReadOnlyList<OpcReference>, IReadOnlyCollection<OpcReference>, IEnumerable<OpcReference>, IEnumerable


Inheritance ObjectCollection<OpcReference> › OpcCollection<OpcReference, IReference, List> › OpcReferenceCollection


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

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