PlcTypeCollection Class

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

Provides a collection of PlcType objects.

C#

public class PlcTypeCollection : KeyedCollection<PlcName, PlcType>, IList<PlcType>, ICollection<PlcType>, IList, ICollection, IReadOnlyList<PlcType>, IReadOnlyCollection<PlcType>, IEnumerable<PlcType>, IEnumerable


Inheritance ObjectCollection<PlcType> › KeyedCollection<PlcName, PlcType> › PlcTypeCollection


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

Name Description
PlcTypeCollection Initializes a new instance of the PlcTypeCollection class.
Name Description
GetKeyForItem(PlcType) Extracts the key from the specified element.