PlcValueCollection Class

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

Provides a collection of IPlcValue objects.

C#

public class PlcValueCollection : KeyedCollection<PlcName, IPlcValue>, IList<IPlcValue>, ICollection<IPlcValue>, IList, ICollection, IReadOnlyList<IPlcValue>, IReadOnlyCollection<IPlcValue>, IEnumerable<IPlcValue>, IEnumerable


Inheritance ObjectCollection<IPlcValue> › KeyedCollection<PlcName, IPlcValue> › PlcValueCollection


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

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