PlcBlockInfoCollection Class

Namespace: IPS7Lnk.Advanced
Assemblies: IPS7LnkNet.Advanced.dll

Provides a collection of PlcBlockInfo objects.

C#

public class PlcBlockInfoCollection : KeyedCollection<PlcOperand, PlcBlockInfo>, IList<PlcBlockInfo>, ICollection<PlcBlockInfo>, IList, ICollection, IReadOnlyList<PlcBlockInfo>, IReadOnlyCollection<PlcBlockInfo>, IEnumerable<PlcBlockInfo>, IEnumerable


Inheritance ObjectCollection<PlcBlockInfo> › KeyedCollection<PlcOperand, PlcBlockInfo> › PlcBlockInfoCollection


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

Name Description
GetKeyForItem(PlcBlockInfo) Extracts the key from the specified element.