OpcAccessControlEntryReadOnlyCollection Class

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

Provides a read-only collection of OpcAccessControlEntry instances.

C#

public class OpcAccessControlEntryReadOnlyCollection : ReadOnlyCollection<OpcAccessControlEntry>, IList<OpcAccessControlEntry>, ICollection<OpcAccessControlEntry>, IList, ICollection, IReadOnlyList<OpcAccessControlEntry>, IReadOnlyCollection<OpcAccessControlEntry>, IEnumerable<OpcAccessControlEntry>, IEnumerable


Inheritance ObjectReadOnlyCollection<OpcAccessControlEntry> › OpcAccessControlEntryReadOnlyCollection


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

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